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

Thrown when attempting to create a ZNode, but one already exists at the specified path. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::entry_exists:

Additional Inherited Members

- Public Member Functions inherited from zk::check_failed
 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

Thrown when attempting to create a ZNode, but one already exists at the specified path.

Definition at line 346 of file error.hpp.


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