WCTTransactionEvent Constants Reference
Declared in | WCTTransaction.h |
---|
WCTTransactionEvent
Trigger of error event in runTransaction:
Definition
typedef NS_ENUM(int, WCTTransactionEvent ) {
WCTTransactionEventBeginFailed,
WCTTransactionEventCommitFailed,
WCTTransactionEventRollback,
WCTTransactionEventRollbackFailed,
};
Constants
WCTTransactionEventBeginFailed
-
Trigger of error event in runTransaction:
Declared In
WCTTransaction.h
. WCTTransactionEventCommitFailed
-
Trigger of error event in runTransaction:
Declared In
WCTTransaction.h
. WCTTransactionEventRollback
-
Trigger of error event in runTransaction:
Declared In
WCTTransaction.h
. WCTTransactionEventRollbackFailed
-
Trigger of error event in runTransaction:
Declared In
WCTTransaction.h
.
Declared In
WCTTransaction.h