Error QML Type

Error information. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Signals

Detailed Description

The Error type is used to return error information from operations such as load, sign-in, job creation, portal requests, and edits.

A user-defined error can also be created using custom message strings.

Property Documentation

additionalMessage : string

The error details.


domain : Enums.ErrorDomainType

The error domain.

See also Enums.ErrorDomainType.


errorType : Enums.ErrorType

Gets the type of the error.

If the domain of the error is not ArcGISRuntime, then this method may convert the code to an enum value that is not the actual error.

This property was introduced in Esri.ArcGISRuntime 100.11.

See also Enums.ErrorType.


extendedErrorType : Enums.ExtendedErrorType

Extended error type.

See also Enums.ExtendedErrorType.


message : string

The error message.


Signal Documentation

additionalMessageChanged()

Emitted when the additionalMessage property changes.

Note: The corresponding handler is onAdditionalMessageChanged.

This signal was introduced in Esri.ArcGISRuntime 100.3.


extendedErrorTypeChanged()

Emitted when the extendedErrorType property changes.

Note: The corresponding handler is onExtendedErrorTypeChanged.

This signal was introduced in Esri.ArcGISRuntime 100.3.


messageChanged()

Emitted when the message property changes.

Note: The corresponding handler is onMessageChanged.

This signal was introduced in Esri.ArcGISRuntime 100.3.


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