Return readable error string for a network error code.
Declared in <util/sock.h>
std::string
NetworkErrorString(int err);
A human-readable description of the error.
| Name | Description |
|---|---|
| err | The network error code (as returned by WSAGetLastError()/errno). |