Options
All
  • Public
  • Public/Protected
  • All
Menu

Data for the callback when an AJAX request fails, see addOnError.

Hierarchy

Index

Properties

description

description: string

Human readable description of the error.

Optional errorMessage

errorMessage: undefined | string

Message of the error, if status is set to serverError.

Optional errorName

errorName: undefined | string

Name of the error, if status is set to serverError.

Optional responseCode

responseCode: undefined | number

HTTP response code of the request.

Optional responseText

responseText: undefined | string

Raw text of the response.

Optional responseXML

responseXML: undefined | XMLDocument

XML of the response.

source

source: string

ID of the source component that triggered the AJAX request.

status

status: ErrorStatus

Status describing the type of success or error.

type

type: "error"

Type of the request result.

Generated using TypeDoc