search

goog.labs.net.xhr.HttpError

Provided By
Extends

Class for HTTP errors.

new HttpError( status, url, request )

Parameters
statusnumber

The HTTP status code of the response.

urlstring

The URL that was being requested.

request(goog.net.XhrLike|XMLHttpRequest)

The XHR that failed.

Instance Properties