RecoverableError

class RecoverableError(isAborted: () -> Boolean, val error: SDKReaderConfiguratorError, recoverFn: () -> Unit) : SDKReaderConfiguratorState

This state indicates that an error described by SDKReaderConfiguratorError has occurred and its recoverable

Constructors

Link copied to clipboard
constructor(isAborted: () -> Boolean, error: SDKReaderConfiguratorError, recoverFn: () -> Unit)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun recover()

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