The _.HttpError Class

_.HttpError
> _.Error
> goog.debug.Error
> Error

_.HttpError(status, url, xhr)

Class for HTTP errors.

status {number}
The HTTP status code of the response.
url {string}
The URL that was being requested.
xhr {!XMLHttpRequest}
The XMLHttpRequest that failed.

.name

.status {number}

The HTTP status code for the error.