open class MqttException : Throwable
Exception raised with a specific reason code
MqttException(code: Int)MqttException(code: Int, message: String)
Constructor |
static val MQTT_INFLIGHT_QUEUE_FULL: Int |
|
static val MQTT_INVALID_TOPIC_FILTER: Int |
|
static val MQTT_INVALID_TOPIC_NAME: Int |
open fun code(): Int |