Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::bad_authentication_method

The authentication method is not supported or does not match the method currently in use.

Synopsis

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

constexpr
boost::mqtt5::reason_code bad_authentication_method { 0x8c };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext