zookeeper-cpp
ZooKeeper Client for C++
|
The server rejected the connection due to invalid authentication information. More...
#include <zk/error.hpp>
Additional Inherited Members | |
Public Member Functions inherited from zk::invalid_arguments | |
invalid_arguments (error_code code, const std::string &description) | |
Public Member Functions inherited from zk::error | |
error (error_code code, const std::string &description) | |
error_code | code () const |
The code representation of this error. More... | |
The server rejected the connection due to invalid authentication information.
Depending on the authentication schemes enabled on the server, the authentication information sent might be explicit (in the case of the "digest"
scheme) or implicit (in the case of the "ip"
scheme). The connection must be recreated with the proper credentials to function.