ArcGISException class final

Exception type to express exceptions from the ArcGIS Maps SDK for Flutter.

Implemented types

Properties

additionalMessage → String
An optional additional description of the exception.
final
code → int
The integer value of the ArcGISExceptionType in case of an internal error, or the server-reported numeric error code in case of a server error.
final
errorType → ArcGISExceptionType?
The ArcGIS Runtime type of the exception.
no setter
hashCode → int
The hash code for this object.
no setterinherited
message → String
The primary description of the exception.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
underlyingException → ArcGISException?
The optional underlying exception.
final
wrappedException → Exception?
A system or third-party exception which occured during excecution that was passed through the ArcGIS Runtime.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
Returns a String composed of the message and additionalMessage properties.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited