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

Base error type for all errors raised by this library. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::error:

Public Member Functions

 error (error_code code, const std::string &description)
 
error_code code () const
 The code representation of this error. More...
 

Detailed Description

Base error type for all errors raised by this library.

See also
error_code

Definition at line 107 of file error.hpp.

Member Function Documentation

error_code zk::error::code ( ) const
inline

The code representation of this error.

Definition at line 116 of file error.hpp.


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