Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EsriErrorDetails

The specification of the details object returned in an Error object.

Read more...

Hierarchy

  • Object
    • EsriErrorDetails

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

getHeader

getHeader: GetHeader

A function to retrieve headers sent from the server.

Read more...

httpStatus

httpStatus: number

The status of the http request.

Read more...

messageCode

messageCode: string

The error message code.

Read more...

messages

messages: string[]

Additional error message(s).

Read more...

raw

raw: any

The raw error object if the server returned a JSON error, or the response text if the server didn't return a 200 response code.

Read more...

requestOptions

requestOptions: any

The query parameters sent with the http request.

Read more...

ssl

ssl: boolean

Indicates if the request required https.

Read more...

subCode

subCode: number

The error message subcode.

Read more...

url

url: string

The URL of the request that returned an error message.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc