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