Optional
message: stringThe error message from the API
Optional
code: string | numberThe error code from the API
Optional
response: anyThe original response from the API that caused the error
Optional
url: stringThe original url of the request
Optional
options: IRequestOptionsThe original options of the request
The error code returned from the request.
Formatted error message. See the Error
class for more details.
The name of this error. Will always be "ArcGISRequestError"
to conform with the Error
class.
The options of the original request that caused the error
The errror message return from the request.
The original JSON response the caused the error.
The URL of the original request that caused the error
Create a new
ArcGISAuthError
object.