DecodeFailureException

Raised when a BleDecoder rejects a value read from a characteristic. The raw bytes are preserved for logging or inspection of the malformed payload, and the underlying decoder exception is preserved as the cause.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, cause: Throwable)

Properties

Link copied to clipboard
Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?