RecoverableError
class RecoverableError(val error: SDKV2TransactionError, logContextFactory: LogContextFactory, recoverFn: () -> Unit) : SDKV2TransactionState
This state indicates that an error described by SDKV2TransactionError has occurred and its recoverable
Constructors
Link copied to clipboard
constructor(error: SDKV2TransactionError, logContextFactory: LogContextFactory, recoverFn: () -> Unit)