Uses of Enum Class
com.github.sttk.sabi.TxnFailureRollbackState
-
Uses of TxnFailureRollbackState in com.github.sttk.sabi
Subclasses with type arguments of type TxnFailureRollbackState in com.github.sttk.sabiModifier and TypeClassDescriptionenumDefines the states representing outcomes of transaction rollback attempts.Fields in com.github.sttk.sabi declared as TxnFailureRollbackStateModifier and TypeFieldDescriptionfinal TxnFailureRollbackStateTxnFailureRollback.stateThe transaction failure rollback state indicating the outcome of the rollback.Methods in com.github.sttk.sabi that return TxnFailureRollbackStateModifier and TypeMethodDescriptionstatic TxnFailureRollbackStateReturns the enum constant of this class with the specified name.static TxnFailureRollbackState[]TxnFailureRollbackState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.sttk.sabi with parameters of type TxnFailureRollbackStateModifierConstructorDescriptionTxnFailureRollback(TxnFailureRollbackState state, com.github.sttk.errs.Err err) Constructs a newTxnFailureRollbackwith the specified rollback state and error.