zookeeper-cpp
ZooKeeper Client for C++
|
Connection to the server has been lost before the attempted operation was verified as completed. More...
#include <zk/error.hpp>
Additional Inherited Members | |
Public Member Functions inherited from zk::transport_error | |
transport_error (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... | |
Connection to the server has been lost before the attempted operation was verified as completed.
When thrown on an attempt to perform a modification, it is important to remember that it is possible to see this error and have the operation be a success. For example, a client::set operation can complete on the server, but the client can experience a connection_loss before the server replies with OK.