ArcGISException

An exception that represents an error in the ArcGIS Maps SDK. More specific information about where the error occurred and what caused it are provided through exceptions that derive from this class as well as the use of cause and errorCode.

Since

200.0.0

Parameters

errorMessage

information about the error

cause

the cause of this exception, may be null

Inheritors

Properties

Link copied to clipboard

additional information about the error

Link copied to clipboard

an integer error code providing more specific details of the error, see guide doc for error codes.

Link copied to clipboard
open override val message: String

Inherited properties

Link copied to clipboard
open val cause: Throwable?

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard