Error QML Type

  • Esri.ArcGISRuntime
  • Error
  • Error information. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only, since Esri.ArcGISRuntime 200.0] additionalInformation : jsobject

    Additional information about the error.

    Refer to ErrorInformationKeys for well-known keys that can be used with this map.

    This property was introduced in Esri.ArcGISRuntime 200.0.

    See also ErrorInformationKeys.


    additionalMessage : string

    The error details.


    [read-only] domain : Enums.ErrorDomainType

    The error domain.

    See also Enums.ErrorDomainType.


    [read-only, since Esri.ArcGISRuntime 100.11] 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.


    [read-only, since Esri.ArcGISRuntime 200.2] underlyingError : Error

    Gets the error's underlying error.

    This property was introduced in Esri.ArcGISRuntime 200.2.


    Signal Documentation

    [since Esri.ArcGISRuntime 100.3] additionalMessageChanged()

    Emitted when the additionalMessage property changes.

    Note: The corresponding handler is onAdditionalMessageChanged.

    This signal was introduced in Esri.ArcGISRuntime 100.3.


    [since 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.


    [since 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.