1#ifndef MQTT_Connection_Error_h
2#define MQTT_Connection_Error_h
MQTT_Connection_Error
Possible error states the MQTT broker connection can be in, if connecting the device to the MQTT brok...
Definition: MQTT_Connection_Error.h:9
@ REFUSE_PROTOCOL
Connection failed because of a non matching MQTT protocol version used by the device.
@ REFUSE_SERVER_UNAVAILABLE
Connection failed because the MQTT server is unavailable.
@ REFUSE_NOT_AUTHORIZED
Connection failed because the client is not authorized.
@ REFUSE_ID_REJECTED
Connection failed because the client ID is in the correct format, but not allowed by the server becau...
@ REFUSE_BAD_USERNAME
Connection failed because the data in the username or password is in the wrong format.
@ NONE
Connection accepted.