Classes | |
class | bad_fd |
EBADF: Thrown when equivalent BSD socket API error is encountered. More... | |
class | bound_socket |
EINVAL: Thrown when equivalent BSD socket API error is encountered. More... | |
class | access |
EACCES: Thrown when equivalent BSD socket API error is encountered. More... | |
class | not_socket |
ENOTSOCK: Thrown when equivalent BSD socket API error is encountered. More... | |
class | invalid_address |
EINVAL: Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | read_only_filesystem |
EROFS: 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 | name_too_long |
ENAMETOOLONG: Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | not_exist |
ENOENT: Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | no_kernel_memory |
ENOMEM: Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | not_directory |
ENOTDIR: Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | loop |
ELOOP: Thrown when equivalent UNIX domain (AF_UNIX) API error is encountered. More... | |
class | no_address |
Thrown when bind is requested and udp socket doesn't have an address. More... | |
class | no_socket_bind |
Thrown when bind is requested of the Socket class. More... | |
class | not_open |
Thrown when bind is requested and a socket cannot be opened. More... |