search

goog.storage.mechanism.ErrorHandlingMechanism

Provided By
Extends

Wraps a storage mechanism with a custom error handler.

new ErrorHandlingMechanism( mechanism, errorHandler )

Parameters
mechanismgoog.storage.mechanism.Mechanism

Underlying storage mechanism.

errorHandlerfunction((Error|string), goog.storage.mechanism.ErrorHandlingMechanism.Operation, string, *=): ?

An error handler.

Instance Methods

Static Properties

Enumerations