BLEException

Custom exception for BLE operations.

Provides detailed error information including error types for specific BLE failure scenarios encountered during EUC communication.

Constructors

Link copied to clipboard
constructor(message: String)
constructor(message: String, cause: Throwable)
constructor(cause: Throwable)
constructor(message: String, errorType: BLEException.ErrorType)
constructor(message: String, cause: Throwable, errorType: BLEException.ErrorType)

Types

Link copied to clipboard

Error types for categorizing BLE exceptions.

Properties

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