Error
Inheritors
Types
Link copied to clipboard
class NonRecoverable<T : SDKDeviceConnectionError>(error: T, val exception: Exception? = null) : SDKDeviceConnectionState.Error<T>
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