Generic transport related errors. More...
Classes | |
class | category |
Enumerations | |
enum | value { general = 1, pass_through, invalid_num_bytes, double_read, operation_aborted, operation_not_supported, eof, tls_short_read, timeout, action_after_shutdown, tls_error } |
Functions | |
lib::error_category const & | get_category () |
lib::error_code | make_error_code (error::value e) |
Generic transport related errors.
Definition at line 147 of file connection.hpp.
|
inline |
Definition at line 219 of file connection.hpp.
Referenced by make_error_code().
|
inline |
Definition at line 224 of file connection.hpp.
References _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_, and get_category().
Referenced by websocketpp::transport::stub::connection< config >::async_read_at_least(), websocketpp::transport::debug::connection< config >::async_read_at_least(), websocketpp::transport::iostream::connection< config >::async_read_at_least(), websocketpp::transport::iostream::connection< config >::async_shutdown(), websocketpp::transport::stub::connection< config >::async_write(), websocketpp::transport::iostream::connection< config >::async_write(), BOOST_AUTO_TEST_CASE(), websocketpp::transport::iostream::connection< config >::eof(), websocketpp::transport::iostream::connection< config >::fatal_error(), websocketpp::transport::asio::connection< config >::handle_async_read(), websocketpp::transport::asio::connection< config >::handle_async_shutdown_timeout(), websocketpp::transport::asio::connection< config >::handle_async_write(), websocketpp::transport::asio::connection< config >::handle_post_init_timeout(), websocketpp::transport::asio::connection< config >::handle_proxy_read(), websocketpp::transport::asio::connection< config >::handle_proxy_timeout(), websocketpp::transport::asio::connection< config >::handle_proxy_write(), websocketpp::transport::asio::connection< config >::handle_timer(), websocketpp::transport::stub::connection< config >::init(), websocketpp::transport::asio::connection< config >::proxy_read(), websocketpp::transport::asio::connection< config >::proxy_write(), websocketpp::transport::asio::connection< config >::set_proxy_basic_auth(), and websocketpp::transport::asio::connection< config >::set_proxy_timeout().