#include <websocketpp/common/system_error.hpp>#include <websocketpp/common/cpp11.hpp>#include <string>

Go to the source code of this file.
Classes | |
| class | websocketpp::transport::stub::error::category | 
| stub transport error category  More... | |
| struct | is_error_code_enum< websocketpp::transport::stub::error::value > | 
Namespaces | |
| websocketpp | |
| Namespace for the WebSocket++ project.  | |
| websocketpp::transport | |
| Transport policies provide network connectivity and timers.  | |
| websocketpp::transport::stub | |
| Stub transport policy that has no input or output.  | |
| websocketpp::transport::stub::error | |
| stub transport errors  | |
Enumerations | |
| enum | websocketpp::transport::stub::error::value { websocketpp::transport::stub::error::general = 1, websocketpp::transport::stub::error::not_implemented } | 
Functions | |
| lib::error_category const & | websocketpp::transport::stub::error::get_category () | 
| Get a reference to a static copy of the stub transport error category.  More... | |
| lib::error_code | websocketpp::transport::stub::error::make_error_code (error::value e) | 
| Get an error code with the given value and the stub transport category.  More... | |