MessageException
Exception class for the Message SDK.
Inheritors
Types
Link copied to clipboard
data class ChatRoomException(val code: Int, val reason: String, val errorMessage: String) : MessageException
Error related to chatroom operations or chatroom unavailability.
Link copied to clipboard
data class MqttException(val code: Int, val reason: String, val errorMessage: String) : MessageException
Error related to MQTT operations or MQTT Broker unavailability.