
Classes | |
| class | retry |
| Base class for all read exceptions that can be retried without intervention. More... | |
| class | bad_fd |
| EBADF: Thrown when equivalent BSD socket API error is encountered. More... | |
| class | connection_refused |
| ECONNREFUSED A remote host refused to allow the network connection (typically because it is not running the requested service). More... | |
| class | not_connected |
| ENOTCONN The socket is associated with a connection-oriented protocol and has not been connected (see connect(2) and accept(2)). More... | |
| class | not_socket |
| ENOTSOCK The argument s is not a socket. More... | |
| class | would_block |
| EAGAIN The socket is marked non-blocking and the receive operation would block, or a receive timeout had been set and the timeout expired before data was received. More... | |
| class | interrupted |
| EINTR The receive was interrupted by delivery of a signal before any data were available. More... | |
| class | invalid_user_space_address |
| EFAULT An invalid user space address was specified for a parameter. More... | |
| class | invalid_argument |
| EINVAL Invalid argument passed. More... | |
| class | no_memory |
| ENOMEM No memory available. More... | |
| class | not_opened |
| Not opened. More... | |
| class | not_bound |
| Not bound. More... | |
| class | disconnected |
| Disconnected. More... | |
| class | timeout |
| Timeout. More... | |
| class | eof |
| End of file. More... | |
1.5.8