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

Go to the source code of this file.
Classes | |
| class | websocketpp::error::category |
| struct | is_error_code_enum< websocketpp::error::value > |
| class | websocketpp::exception |
Namespaces | |
| websocketpp | |
| Namespace for the WebSocket++ project. | |
| websocketpp::error | |
| Library level error codes. | |
Typedefs | |
| typedef std::pair< lib::error_code, std::string > | websocketpp::err_str_pair |
| Combination error code / string type for returning two values. More... | |
Functions | |
| const lib::error_category & | websocketpp::error::get_category () |
| lib::error_code | websocketpp::error::make_error_code (error::value e) |