zookeeper-cpp
ZooKeeper Client for C++
|
Base error type for all errors raised by this library. More...
#include <zk/error.hpp>
Public Member Functions | |
error (error_code code, const std::string &description) | |
error_code | code () const |
The code representation of this error. More... | |
Base error type for all errors raised by this library.
|
inline |