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

Operation was attempted that was not implemented. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::not_implemented:

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

Detailed Description

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.

Definition at line 167 of file error.hpp.

Constructor & Destructor Documentation

zk::not_implemented::not_implemented ( ptr< const char >  op_name)
explicit
Parameters
op_namethe name of the attempted operation.

Definition at line 130 of file error.cpp.


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