Constructs an goog.db.Error instance from an DOMException. This abstraction
is necessary to provide backwards compatibility with Chrome21.
Arguments:
Returns: !goog.db.Error
The error that caused the failure.
|
code » | |||
Constructs an goog.db.Error instance from an IDBRequest. This abstraction is
necessary to provide backwards compatibility with Chrome21.
Arguments:
Returns: !goog.db.Error
The error that caused the failure.
|
code » | |||
Translates an error name to an error code. This is purely kept for backwards
compatibility with Chrome21.
|
code » | |||
Translates an error code into a more useful message.
|
code » | |||
![]()
Converts an error code used by the old spec, to an error name used by the
latest spec.
Arguments:
Returns: !goog.db.Error.ErrorName
The corresponding name of the error.
|
code » |