Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

boost::mqtt5::reason_codes::bad_username_or_password

The Server does not accept the User Name or Password provided.

Synopsis

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

constexpr
boost::mqtt5::reason_code bad_username_or_password { 0x86 };

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext