Exception class for socket-related errors in jsocketpp.
SocketTimeoutException(const int errorCode=JSOCKETPP_TIMEOUT_CODE, std::string message="")
Construct a new SocketTimeoutException with the specified or default timeout code and message.
Definition SocketTimeoutException.hpp:46
Common platform and utility includes for jsocketpp.
SocketException(const std::string &message="SocketException")
Constructs a SocketException with a custom error message and no associated error code.
Definition SocketException.hpp:77
A C++ socket library providing Java-style networking interfaces.
Definition BufferView.hpp:16
std::string SocketErrorMessage(int error, bool gaiStrerror=false)
Convert a socket-related error code to a human-readable message.
Definition common.cpp:5