Recoverable
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