Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::server_busy

The MQTT Server is busy, try again later.

Synopsis

Defined in header <boost/mqtt5/reason_codes.hpp>

constexpr
boost::mqtt5::reason_code server_busy { 0x89 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext