Asio transport errors. More...
Classes | |
class | category |
Asio transport error category. More... | |
Enumerations | |
enum | value { general = 1, invalid_num_bytes, pass_through, proxy_failed, proxy_invalid, invalid_host_service } |
Functions | |
lib::error_category const & | get_category () |
Get a reference to a static copy of the asio transport error category. More... | |
lib::error_code | make_error_code (error::value e) |
Create an error code with the given value and the asio transport category. More... | |
Asio transport errors.
|
inline |
|
inline |
Create an error code with the given value and the asio transport category.
Definition at line 217 of file base.hpp.
References _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_, and websocketpp::transport::stub::error::get_category().
Referenced by BOOST_AUTO_TEST_CASE(), websocketpp::transport::asio::basic_socket::connection::get_remote_endpoint(), and websocketpp::transport::asio::tls_socket::connection::get_remote_endpoint().