Enum MqttClientErrorCode
- Namespace
- nanoFramework.M2Mqtt.Exceptions
- Assembly
- nanoFramework.M2Mqtt.dll
MQTT client error code
public enum MqttClientErrorCode
Fields
InflightQueueFull = 11Inflight queue is full
InvalidClientId = 14Invalid client id
InvalidConnectFlags = 13Invalid connect flags received
InvalidFlagBits = 12Invalid flag bits received
InvalidProtocolName = 15Invalid protocol name
KeepAliveWrong = 2Keep alive period too large
QosLevelsEmpty = 7Qos levels list empty for subscribe
QosNotAllowed = 5QoS level not allowed
TopicLength = 4Topic length wrong
TopicWildcard = 3Topic contains wildcards
TopicsEmpty = 6Topics list empty for subscribe
TopicsQosLevelsNotMatch = 8Topics / Qos Levels not match in subscribe
WillWrong = 1Will error (topic, message or QoS level)
WrongBrokerMessage = 9Wrong message from broker
WrongMessageId = 10Wrong Message Id