zookeeper-cpp
ZooKeeper Client for C++
|
Operation was attempted that was not implemented. More...
#include <zk/error.hpp>
Public Member Functions | |
not_implemented (ptr< const char > op_name) | |
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... | |
Operation was attempted that was not implemented.
If you happen to be writing a connection implementation, you are encouraged to raise this error in cases where you have not implemented an operation.
|
explicit |