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

Arguments to an operation were invalid. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::invalid_arguments:

Public Member Functions

 invalid_arguments (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

Arguments to an operation were invalid.

Definition at line 178 of file error.hpp.


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