|
zookeeper-cpp
ZooKeeper Client for C++
|
The connection is closed. More...
#include <zk/error.hpp>
Inheritance diagram for zk::closed:Additional Inherited Members | |
Public Member Functions inherited from zk::invalid_connection_state | |
| 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... | |
The connection is closed.
This exception is delivered for all unfilled operations and watches when the connection is closing.