search

goog.fs.Error

Provided By
Extends

A filesystem error. Since the filesystem API is asynchronous, stack traces are less useful for identifying where errors come from, so this includes a large amount of metadata in the message.

new Error( error, action )

Parameters
error(DOMError|goog.fs.DOMErrorLike)
actionstring

The action being undertaken when the error was raised.

Instance Properties

Enumerations