zookeeper-cpp
ZooKeeper Client for C++
|
Base exception for cases where a write operation was rolled back due to a failed check. More...
#include <zk/error.hpp>
Public Member Functions | |
check_failed (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 exception for cases where a write operation was rolled back due to a failed check.
There are more details in derived types such as no_entry or bad_version.