|
zookeeper-cpp
ZooKeeper Client for C++
|
Base types for errors that occurred while transporting data across a network. More...
#include <zk/error.hpp>
Inheritance diagram for zk::transport_error:Public Member Functions | |
| 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... | |
Base types for errors that occurred while transporting data across a network.