The goog.db.Transaction.EventTypes Enum

goog.db.Transaction.EventTypes

Event types the Transaction can dispatch. COMPLETE events are dispatched when the transaction is committed. If a transaction is aborted it dispatches both an ABORT event and an ERROR event with the ABORT_ERR code. Error events are dispatched on any error.

@enum
{string}

.ABORT

.COMPLETE

.ERROR