Error information. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- additionalMessage : string
- domain : Enums.ErrorDomainType
- errorType : Enums.ErrorType
- extendedErrorType : Enums.ExtendedErrorType
- message : string
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
The error domain.
See also Enums.ErrorDomainType.
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.
Extended error type.
See also Enums.ExtendedErrorType.
Signal Documentation
Emitted when the additionalMessage property changes.
Note: The corresponding handler is onAdditionalMessageChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.3.
Emitted when the extendedErrorType property changes.
Note: The corresponding handler is onExtendedErrorTypeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.3.
Emitted when the message property changes.
Note: The corresponding handler is onMessageChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.3.