ArcGISViewStateMessage

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

Summary

A view message.

Methods

SignatureReturn TypeSummary

GetAdditionalInformation()

ArcGISDictionary<FString, FString>

Retrieve the additional information if it exists.

GetCode()

uint32_t

Retrieve warning or error code.

GetMessage()

FString

Retrieve error or warning message if it exists.

GetMessageType()

ArcGISViewStateMessageType

Retrieve the message type.

GetAdditionalInformation

ArcGISDictionary<FString, FString> GetAdditionalInformation() const

Retrieve the additional information if it exists.

Since 1.0.0

Returns ArcGISDictionary<FString, FString>

An ArcGISViewStateMessage.

GetCode

uint32_t GetCode() const

Retrieve warning or error code.

Since 1.0.0

Returns uint32_t

The unique code identifies an error or warning.

GetMessage

FString GetMessage() const

Retrieve error or warning message if it exists.

Since 1.0.0

Returns FString

This message contains the error or warning description.

GetMessageType

ArcGISViewStateMessageType GetMessageType() const

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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close