Class HeldError
Class for a HELD error response.
Inherited Members
Namespace: Held
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class HeldError
Fields
| Edit this page View Sourcecode
Attribute that explains the reason for the error. The allowable values are: "requestError", "xmlError", "generalLisError", "locationUnknown", "unsupportedMessage", "timeout", "cannotProvideLiType" and "notLocatable". See Section 6.3 of RFC 5985 for a description of each value.
Declaration
public string code
Field Value
Type | Description |
---|---|
string |
message
Message that explains the error.
Declaration
public HeldErrorMessage message
Field Value
Type | Description |
---|---|
HeldErrorMessage |