Uses of Enum Class
com.github.sttk.sabi.TxnFailureCauseState
-
Uses of TxnFailureCauseState in com.github.sttk.sabi
Subclasses with type arguments of type TxnFailureCauseState in com.github.sttk.sabiModifier and TypeClassDescriptionenumDefines the states representing causes of transaction failures or successful states.Fields in com.github.sttk.sabi declared as TxnFailureCauseStateModifier and TypeFieldDescriptionfinal TxnFailureCauseStateTxnFailureCause.stateThe transaction failure cause state indicating the phase or status of the failure.Methods in com.github.sttk.sabi that return TxnFailureCauseStateModifier and TypeMethodDescriptionstatic TxnFailureCauseStateReturns the enum constant of this class with the specified name.static TxnFailureCauseState[]TxnFailureCauseState.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 TxnFailureCauseStateModifierConstructorDescriptionTxnFailureCause(TxnFailureCauseState state, com.github.sttk.errs.Err err) Constructs a newTxnFailureCausewith the specified failure state and error.