The goog.net.FileDownloader.Error Class

goog.net.FileDownloader.Error
> goog.debug.Error
> Error

goog.net.FileDownloader.Error(download, opt_fsErr)

The error object for FileDownloader download errors.

download {!goog.net.FileDownloader.Download_}
The download object for the download in question.
opt_fsErr {goog.fs.Error=}
The file error object, if this was a file error.

.fileError {goog.fs.Error|undefined}

The file API error. Only set if the error was caused by the file API.

.name

Inherited from goog.debug.Error .

.url {string}

The URL the event relates to.

.xhrErrorCode {goog.net.ErrorCode|undefined}

The error code of the XHR. Only set if the error was caused by an XHR failure.

.xhrStatus {number|undefined}

The status of the XHR. Only set if the error was caused by an XHR failure.