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