Class AJAXError

An error thrown when a HTTP request results in an error response.

Hierarchy

  • Error
    • AJAXError

Constructors

Properties

Constructors

  • Parameters

    • status: number

      The response's HTTP status code.

    • statusText: string

      The response's HTTP status text.

    • url: string

      The request's URL.

    • body: Blob

      The response's body.

    Returns AJAXError

Properties

body: Blob

The response's body.

status: number

The response's HTTP status code.

statusText: string

The response's HTTP status text.

url: string

The request's URL.