net.FileDownloader.Error Extends goog.debug.Error
The error object for FileDownloader download errors.

Inheritance

Constructor

goog.net.FileDownloader.Error(downloadopt_fsErr)

Parameters

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.
Public Protected Private

Instance Properties

constructor :
No description.
Code »
fileError : goog.fs.Error
The file API error. Only set if the error was caused by the file API.
Code »
message :
No description.
Code »
url :
The URL the event relates to.
Code »
xhrErrorCode :
The error code of the XHR. Only set if the error was caused by an XHR failure.
Code »
xhrStatus :
The status of the XHR. Only set if the error was caused by an XHR failure.
Code »
constructor :
No description.
Code »
message :
No description.
Code »
name :
No description.
Code »
stack :
No description.
Code »

Static Properties

goog.net.FileDownloader.Error.superClass_ :
No description.
Code »

Package net.FileDownloader

Package Reference