Error QML Type
Error information. More...
Import Statement: | import Esri.ArcGISRuntime 100.9 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- additionalMessage : string
- code : string
- domain : Enums.ErrorDomainType
- 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 code.
If the code is 25
the Error::extendedErrorType should be checked for possible network or file I/O errors.
The error domain.
See also Enums.ErrorDomainType.
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.