LockCommandError

data class LockCommandError(originalCause: Throwable) : LockError

When unexpected error show ups during sending lock command to bluetooth device

Constructors

Link copied to clipboard
fun LockCommandError(originalCause: Throwable)

Properties

Link copied to clipboard
val originalCause: Throwable