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

A write operation was attempted on a read-only connection. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::read_only_connection:

Additional Inherited Members

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

A write operation was attempted on a read-only connection.

See also
connection_params::read_only

Definition at line 315 of file error.hpp.


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