Broker Disconnect Error Codes
Error Code | Reason | Details | Suggested Action |
---|
15 | Lookup Error | The broker address could not be parsed or connected to. Likely cause(s):
| Check that your broker address is input correctly and is reachable from the node. |
21, 22, 23 | Timeout waiting for PUBACK |
, PUBREC |
, PUBCOMP (respectively) | The MQTT client connection is publishing with a |
QoS that requires response(s) from the broker |
to ensure delivery. The MQTT client is not receiving the expected response from the broker. Likely cause(s):
|
|
|
Try lowering the QoS on your publisher object or publish schedules. |
15
Lookup Error
The broker address could not be connected to, this might be because the DNS could not be reached.
QoS 1 requires PUBACK. QoS 2 requires PUBREC AND PUBCOMP. |