Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.0.
Defines error codes related to MQTT client.
Defined in header <boost/mqtt5/error.hpp>
enum class error : int;
|
Name |
Description |
|---|---|
|
|
The packet is malformed. |
|
|
The packet has exceeded the Maximum Packet Size the Server is willing to accept. |
|
|
The Client's session does not exist or it has expired. |
|
|
There are no more available Packet Identifiers to use. |
|
|
The Topic is invalid and does not conform to the specification. |
|
|
The Server does not support the specified |
|
|
The Server does not support retained messages. |
|
|
The Client attempted to send a Topic Alias that is greater than Topic Alias Maximum. |
|
|
The Server does not support Wildcard Subscriptions. |
|
|
The Server does not support this Subscription Identifier. |
|
|
The Server does not support Shared Subscriptions. |
Encapsulates errors that occur on the client side.
Convenience header <boost/mqtt5.hpp>