The _.Error Class

_.Error
> goog.debug.Error
> Error

_.Error(message, url, xhr)

Generic error that may occur during a request.

message {string}
The error message.
url {string}
The URL that was being requested.
xhr {!XMLHttpRequest}
The XMLHttpRequest that failed.

.name

.url {string}

The URL that was requested.

.xhr {!XMLHttpRequest}

The XMLHttpRequest corresponding with the failed request.