search

goog.net.FileDownloader.Error

Provided By
Extends

The error object for FileDownloader download errors.

new Error( download, opt_fsErr )

Parameters
downloadgoog.net.FileDownloader.Download_

The download object for the download in question.

opt_fsErr(goog.fs.Error|null)=

The file error object, if this was a file error.

Instance Properties