Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::unspecified_error

The Server does not wish to reveal the reason for the failure or none of the other Reason Codes apply.

Synopsis

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

constexpr
boost::mqtt5::reason_code unspecified_error { 0x80 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext