BleServiceException

Base sealed class for exceptions related to Bluetooth Low Energy (BLE) services.

This class serves as the parent for all BLE service-specific exceptions in the SDK. The sealed nature ensures all possible BLE service exceptions are known at compile time, allowing for comprehensive error handling.

Parameters

message

The detail message explaining the exception.

cause

The underlying cause of this exception.

Inheritors

Properties

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