|
zookeeper-cpp
ZooKeeper Client for C++
|
Base type for errors generated because the connection is misconfigured. More...
#include <zk/error.hpp>
Inheritance diagram for zk::invalid_connection_state:Public Member Functions | |
| invalid_connection_state (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... | |
Base type for errors generated because the connection is misconfigured.