Namespace: GameEngine.View.State
Class: GameEngine/View/State/ArcGISViewStateMessage
Since: 1.0.0
Summary
A view message.
Methods
Signature | Return Type | Summary |
---|---|---|
Retrieve the additional information if it exists. | ||
GetCode() | Retrieve warning or error code. | |
Retrieve error or warning message if it exists. | ||
Retrieve the message type. |
GetAdditionalInformation
Retrieve the additional information if it exists.
Since 1.0.0
Returns ArcGISDictionary<string, string>
GetCode
uint GetCode()
Retrieve warning or error code.
Since 1.0.0
Returns uint
The unique code identifies an error or warning.
GetMessage
string GetMessage()
Retrieve error or warning message if it exists.
Since 1.0.0
Returns string
This message contains the error or warning description.
GetMessageType
ArcGISViewStateMessageType GetMessageType()
Retrieve the message type.
Since 1.0.0