Table of Contents

Enum MqttClientErrorCode

Namespace
nanoFramework.M2Mqtt.Exceptions
Assembly
nanoFramework.M2Mqtt.dll

MQTT client error code

public enum MqttClientErrorCode

Fields

InflightQueueFull = 11

Inflight queue is full

InvalidClientId = 14

Invalid client id

InvalidConnectFlags = 13

Invalid connect flags received

InvalidFlagBits = 12

Invalid flag bits received

InvalidProtocolName = 15

Invalid protocol name

KeepAliveWrong = 2

Keep alive period too large

QosLevelsEmpty = 7

Qos levels list empty for subscribe

QosNotAllowed = 5

QoS level not allowed

TopicLength = 4

Topic length wrong

TopicWildcard = 3

Topic contains wildcards

TopicsEmpty = 6

Topics list empty for subscribe

TopicsQosLevelsNotMatch = 8

Topics / Qos Levels not match in subscribe

WillWrong = 1

Will error (topic, message or QoS level)

WrongBrokerMessage = 9

Wrong message from broker

WrongMessageId = 10

Wrong Message Id