labs.net.xhr.HttpError Extends goog.labs.net.xhr.Error
Class for HTTP errors.

Inheritance

Constructor

goog.labs.net.xhr.HttpError(statusurlxhr)

Parameters

status : number
The HTTP status code of the response.
url : string
The URL that was being requested.
xhr : !goog.net.XhrLike.OrNative
The XHR that failed.
Public Protected Private

Instance Properties

constructor :
No description.
Code »
name :
No description.
Code »
status :
The HTTP status code for the error.
Code »
constructor :
No description.
Code »
name :
No description.
Code »
url :
The URL that was requested.
Code »
The XMLHttpRequest corresponding with the failed request.
Code »
constructor :
No description.
Code »
message :
No description.
Code »
name :
No description.
Code »
stack :
No description.
Code »

Static Properties

goog.labs.net.xhr.HttpError.superClass_ :
No description.
Code »

Package labs.net.xhr

Package Reference