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

An attempt was made to reconfigure the ensemble, but there is already a reconfiguration in progress. More...

#include <zk/error.hpp>

+ Inheritance diagram for zk::reconfiguration_in_progress:

Additional Inherited Members

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

An attempt was made to reconfigure the ensemble, but there is already a reconfiguration in progress.

Concurrent reconfiguration is not supported.

Definition at line 230 of file error.hpp.


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