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)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun recover()

Recovering from a RecoverableError will return the SDKTransactionIntent to the last "Stable" state to continue

Link copied to clipboard
open override fun toString(): String