ArcGISViewStateMessage

Namespace: GameEngine.View.State
Class: GameEngine/View/State/ArcGISViewStateMessage
Since: 1.0.0

Summary

A view message.

Methods

SignatureReturn TypeSummary

GetAdditionalInformation()

ArcGISDictionary<string, string>

Retrieve the additional information if it exists.

GetCode()

uint

Retrieve warning or error code.

GetMessage()

string

Retrieve error or warning message if it exists.

GetMessageType()

ArcGISViewStateMessageType

Retrieve the message type.

GetAdditionalInformation

ArcGISDictionary<string, string> GetAdditionalInformation()

Retrieve the additional information if it exists.

Since 1.0.0

Returns ArcGISDictionary<string, string>

An ArcGISViewStateMessage.

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

Retrieve the message type.

Since 1.0.0

Returns ArcGISViewStateMessageType

An ArcGISViewStateMessageType

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.