error constant
TransactionState
const error
A transaction was opened on the current session, but an error occurred. In this state all futher commands will be ignored until a rollback is issued.
Implementation
static const TransactionState error = const TransactionState('error');