Class LostErrors
Class for handling an error response from the LoST server. See Section 13.1 of RFC 5222.
Inherited Members
Namespace: Lost
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class LostErrors
Constructors
| Edit this page View SourceLostErrors()
Default constructor.
Declaration
public LostErrors()
Fields
| Edit this page View SourceSRSInvalid
The spatial reference system in the location data provided in the request is not valid.
Declaration
public LostMsgBase SRSInvalid
Field Value
Type | Description |
---|---|
LostMsgBase |
badRequest
Bad request
Declaration
public LostMsgBase badRequest
Field Value
Type | Description |
---|---|
LostMsgBase |
forbidden
Forbidden request
Declaration
public LostMsgBase forbidden
Field Value
Type | Description |
---|---|
LostMsgBase |
internalError
An internal error occurred in the LoST server
Declaration
public LostMsgBase internalError
Field Value
Type | Description |
---|---|
LostMsgBase |
locationInvalid
The location information provided with the request is not valid.
Declaration
public LostMsgBase locationInvalid
Field Value
Type | Description |
---|---|
LostMsgBase |
locationProfileUnrecognized
The location profile provided with the location in the request is not valid.
Declaration
public LostMsgBase locationProfileUnrecognized
Field Value
Type | Description |
---|---|
LostMsgBase |
loop
The LoST server detected a loop when performing a recursive lookup.
Declaration
public LostMsgBase loop
Field Value
Type | Description |
---|---|
LostMsgBase |
notFound
No services found for the location in the request.
Declaration
public LostMsgBase notFound
Field Value
Type | Description |
---|---|
LostMsgBase |
serverError
An error occurred in the LoST server.
Declaration
public LostMsgBase serverError
Field Value
Type | Description |
---|---|
LostMsgBase |
serverTimeout
A request to a LoST server occurred -- probably during a recursive search.
Declaration
public LostMsgBase serverTimeout
Field Value
Type | Description |
---|---|
LostMsgBase |
serviceNotImplemented
The service specified in the request is not implemented by the LoST server.
Declaration
public LostMsgBase serviceNotImplemented
Field Value
Type | Description |
---|---|
LostMsgBase |
source
Source of the error.
Declaration
public string source
Field Value
Type | Description |
---|---|
string |