zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::authentication_failed Class Referencefinal

The server rejected the connection due to invalid authentication information. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::authentication_failed:

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...
 

Detailed Description

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.

See also
acl_rule

Definition at line 195 of file error.hpp.


The documentation for this class was generated from the following files: