RequestError

Provides information about AJAX errors.

ResquestError(
    requestStatus, 
    requestStatusText
);

Parameters

requestStatus

Type: Number
The status value of the used XmlHttpRequest object.

requestStatusText

Type: String
The statusText value of the used XmlHttpRequest object.

Propertiess

Name

Description

requestStatus

Type: Number
The status value of the used XmlHttpRequest object.

requestStatusText

Type: String
The statusText value of the used XmlHttpRequest object.

Functions

Name

Description

getTypeString

Returns an object identifier string.