ConnectionError

data class ConnectionError(val originalCause: String?) : LockError

The app could not establish connection to the bluetooth device due to an error. Check detail to find out more information.

Constructors

Link copied to clipboard
constructor(originalCause: String?)

Properties

Link copied to clipboard