Send Message Exception
class SendMessageException(val errorType: SendMessageException.Type, message: String) : BleServiceException
Exception thrown when a message transmission fails over Bluetooth Low Energy (BLE).
This exception is triggered when the system encounters errors while attempting to send data to a connected BLE device. It provides specific error type classification to help diagnose and handle different failure scenarios in the message transmission process.
Parameters
message
A descriptive message explaining the error details.