stub transport errors
More...
|
lib::error_category const & | get_category () |
| Get a reference to a static copy of the stub transport error category.
|
|
lib::error_code | make_error_code (error::value e) |
| Get an error code with the given value and the stub transport category.
|
|
◆ value
Enumerator |
---|
general | Catch-all error for transport policy errors that don't fit in other categories
|
not_implemented | not implemented
|
Definition at line 43 of file base.hpp.
◆ get_category()
lib::error_category const & websocketpp::transport::stub::error::get_category |
( |
| ) |
|
|
inline |
Get a reference to a static copy of the stub transport error category.
Definition at line 74 of file base.hpp.
◆ make_error_code()
lib::error_code websocketpp::transport::stub::error::make_error_code |
( |
error::value |
e | ) |
|
|
inline |
Get an error code with the given value and the stub transport category.
Definition at line 80 of file base.hpp.