Reference | Class Hierarchy | Class Index | Member Index |
Inheritance diagram for asio::error:
Static Public Attributes | |
static const asio::error_code | access_denied |
Permission denied. | |
static const asio::error_code | address_family_not_supported |
Address family not supported by protocol. | |
static const asio::error_code | address_in_use |
Address already in use. | |
static const asio::error_code | already_connected |
Transport endpoint is already connected. | |
static const asio::error_code | already_open |
Already open. | |
static const asio::error_code | already_started |
Operation already in progress. | |
static const asio::error_code | connection_aborted |
A connection has been aborted. | |
static const asio::error_code | connection_refused |
Connection refused. | |
static const asio::error_code | connection_reset |
Connection reset by peer. | |
static const asio::error_code | bad_descriptor |
Bad file descriptor. | |
static const asio::error_code | eof |
End of file or stream. | |
static const asio::error_code | fault |
Bad address. | |
static const asio::error_code | host_not_found |
Host not found (authoritative). | |
static const asio::error_code | host_not_found_try_again |
Host not found (non-authoritative). | |
static const asio::error_code | host_unreachable |
No route to host. | |
static const asio::error_code | in_progress |
Operation now in progress. | |
static const asio::error_code | interrupted |
Interrupted system call. | |
static const asio::error_code | invalid_argument |
Invalid argument. | |
static const asio::error_code | message_size |
Message too long. | |
static const asio::error_code | network_down |
Network is down. | |
static const asio::error_code | network_reset |
Network dropped connection on reset. | |
static const asio::error_code | network_unreachable |
Network is unreachable. | |
static const asio::error_code | no_descriptors |
Too many open files. | |
static const asio::error_code | no_buffer_space |
No buffer space available. | |
static const asio::error_code | no_data |
The query is valid but does not have associated address data. | |
static const asio::error_code | no_memory |
Cannot allocate memory. | |
static const asio::error_code | no_permission |
Operation not permitted. | |
static const asio::error_code | no_protocol_option |
Protocol not available. | |
static const asio::error_code | no_recovery |
A non-recoverable error occurred. | |
static const asio::error_code | not_connected |
Transport endpoint is not connected. | |
static const asio::error_code | not_found |
Element not found. | |
static const asio::error_code | not_socket |
Socket operation on non-socket. | |
static const asio::error_code | operation_aborted |
Operation cancelled. | |
static const asio::error_code | operation_not_supported |
Operation not supported. | |
static const asio::error_code | service_not_found |
The service is not supported for the given socket type. | |
static const asio::error_code | socket_type_not_supported |
The socket type is not supported. | |
static const asio::error_code | shut_down |
Cannot send after transport endpoint shutdown. | |
static const asio::error_code | timed_out |
Connection timed out. | |
static const asio::error_code | try_again |
Resource temporarily unavailable. | |
static const asio::error_code | would_block |
The socket is marked non-blocking and the requested operation would block. |
const asio::error_code asio::detail::error_base< T >::access_denied [static, inherited] |
Permission denied.
const asio::error_code asio::detail::error_base< T >::address_family_not_supported [static, inherited] |
Address family not supported by protocol.
const asio::error_code asio::detail::error_base< T >::address_in_use [static, inherited] |
Address already in use.
const asio::error_code asio::detail::error_base< T >::already_connected [static, inherited] |
Transport endpoint is already connected.
const asio::error_code asio::detail::error_base< T >::already_open [static, inherited] |
Already open.
const asio::error_code asio::detail::error_base< T >::already_started [static, inherited] |
Operation already in progress.
const asio::error_code asio::detail::error_base< T >::connection_aborted [static, inherited] |
A connection has been aborted.
const asio::error_code asio::detail::error_base< T >::connection_refused [static, inherited] |
Connection refused.
const asio::error_code asio::detail::error_base< T >::connection_reset [static, inherited] |
Connection reset by peer.
const asio::error_code asio::detail::error_base< T >::bad_descriptor [static, inherited] |
Bad file descriptor.
const asio::error_code asio::detail::error_base< T >::eof [static, inherited] |
End of file or stream.
const asio::error_code asio::detail::error_base< T >::fault [static, inherited] |
Bad address.
const asio::error_code asio::detail::error_base< T >::host_not_found [static, inherited] |
Host not found (authoritative).
const asio::error_code asio::detail::error_base< T >::host_not_found_try_again [static, inherited] |
Host not found (non-authoritative).
const asio::error_code asio::detail::error_base< T >::host_unreachable [static, inherited] |
No route to host.
const asio::error_code asio::detail::error_base< T >::in_progress [static, inherited] |
Operation now in progress.
const asio::error_code asio::detail::error_base< T >::interrupted [static, inherited] |
Interrupted system call.
const asio::error_code asio::detail::error_base< T >::invalid_argument [static, inherited] |
Invalid argument.
const asio::error_code asio::detail::error_base< T >::message_size [static, inherited] |
Message too long.
const asio::error_code asio::detail::error_base< T >::network_down [static, inherited] |
Network is down.
const asio::error_code asio::detail::error_base< T >::network_reset [static, inherited] |
Network dropped connection on reset.
const asio::error_code asio::detail::error_base< T >::network_unreachable [static, inherited] |
Network is unreachable.
const asio::error_code asio::detail::error_base< T >::no_descriptors [static, inherited] |
Too many open files.
const asio::error_code asio::detail::error_base< T >::no_buffer_space [static, inherited] |
No buffer space available.
const asio::error_code asio::detail::error_base< T >::no_data [static, inherited] |
The query is valid but does not have associated address data.
const asio::error_code asio::detail::error_base< T >::no_memory [static, inherited] |
Cannot allocate memory.
const asio::error_code asio::detail::error_base< T >::no_permission [static, inherited] |
Operation not permitted.
const asio::error_code asio::detail::error_base< T >::no_protocol_option [static, inherited] |
Protocol not available.
const asio::error_code asio::detail::error_base< T >::no_recovery [static, inherited] |
A non-recoverable error occurred.
const asio::error_code asio::detail::error_base< T >::not_connected [static, inherited] |
Transport endpoint is not connected.
const asio::error_code asio::detail::error_base< T >::not_found [static, inherited] |
Element not found.
const asio::error_code asio::detail::error_base< T >::not_socket [static, inherited] |
Socket operation on non-socket.
const asio::error_code asio::detail::error_base< T >::operation_aborted [static, inherited] |
Operation cancelled.
const asio::error_code asio::detail::error_base< T >::operation_not_supported [static, inherited] |
Operation not supported.
const asio::error_code asio::detail::error_base< T >::service_not_found [static, inherited] |
The service is not supported for the given socket type.
const asio::error_code asio::detail::error_base< T >::socket_type_not_supported [static, inherited] |
The socket type is not supported.
const asio::error_code asio::detail::error_base< T >::shut_down [static, inherited] |
Cannot send after transport endpoint shutdown.
const asio::error_code asio::detail::error_base< T >::timed_out [static, inherited] |
Connection timed out.
const asio::error_code asio::detail::error_base< T >::try_again [static, inherited] |
Resource temporarily unavailable.
const asio::error_code asio::detail::error_base< T >::would_block [static, inherited] |
The socket is marked non-blocking and the requested operation would block.