Types

Link copied to clipboard

This state indicates that an error described by SDKDeviceConnectionError and a exception has occurred and its NotRecoverable Nothing can be done after the SDKDeviceConnection is in this state

Link copied to clipboard
class Recoverable<T : SDKDeviceConnectionError>(isAborted: () -> Boolean, error: T, recoverFn: () -> Unit) : SDKDeviceConnectionState.Error<T>

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

Properties

Link copied to clipboard
val error: T