InvalidChecksumException

class InvalidChecksumException(val expected: ULong, val actual: ULong) : SerializationException

Exception thrown if the Checksum does not match given Checksum algorithm. This check can be disabled using BluetoothFormat.validateChecksum

Constructors

Link copied to clipboard
constructor(expected: ULong, actual: ULong)

Properties

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