Classes | |
class | bad_fd |
EBADF Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | segfault |
EFAULT Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | not_socket |
ENOTSOCK Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | connected_socket |
EISCONN Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | connection_refused |
ECONNREFUSED Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | timeout |
ETIMEDOUT Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | network_unreachable |
ENETUNREACH Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | address_in_use |
EADDRINUSE Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | not_immediate |
EINPROGRESS Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | in_progress |
EALREADY Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | try_again |
EAGAIN Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | af_not_supported |
EAFNOSUPPORT Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | access |
EACCES or EPERM Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | no_remote_address |
Thrown when attempting to autoconnect to a socket that is not capable of autoconnecting or does not have autoconnection enabled. More... | |
class | no_socket_connect |
Thrown when connect is requested of the Socket class. More... | |
class | not_open |
Thrown when connect is requested and a socket cannot be opened. More... | |
class | no_udpposet_connect |
Thrown when connect is requested of the UDPPoset class. More... |