zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
zk::check_failed Class Reference

Base exception for cases where a write operation was rolled back due to a failed check. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::check_failed:

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...
 

Detailed Description

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.

Definition at line 326 of file error.hpp.


The documentation for this class was generated from the following files: