Exception class for socket-related errors in jsocketpp.
SocketException(const int code, const std::string &message="SocketException")
Definition SocketException.hpp:60
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.
A C++ socket library providing Java-style networking interfaces.
Definition BufferView.hpp:13
std::string SocketErrorMessageWrap(int error, bool gaiStrerror=false)
Returns a human-readable error message for a socket error code, with exception safety.
Definition common.cpp:50