stub transport errors More...
Classes | |
class | category |
stub transport error category More... | |
Enumerations | |
enum | value { general = 1, not_implemented } |
Functions | |
lib::error_category const & | get_category () |
Get a reference to a static copy of the stub transport error category. More... | |
lib::error_code | make_error_code (error::value e) |
Get an error code with the given value and the stub transport category. More... | |
stub transport errors
|
inline |
Get a reference to a static copy of the stub transport error category.
Definition at line 74 of file base.hpp.
Referenced by make_error_code(), and websocketpp::transport::asio::error::make_error_code().
|
inline |
Get an error code with the given value and the stub transport category.
Definition at line 80 of file base.hpp.
References _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_, and get_category().