search

goog.db.Error

Provided By
Extends

A database error. Since the stack trace can be unhelpful in an asynchronous context, the error provides a message about where it was produced.

new Error( error, context, opt_message )

Parameters
error(number|DOMError|goog.db.Error.DOMErrorLike)

The DOMError instance returned by the browser for Chrome22+, or an error code for previous versions.

contextstring

A description of where the error occurred.

opt_messagestring=

Additional message.

Instance Methods

Instance Properties

Static Functions

Interfaces

Classes

Enumerations