#include <constants.hpp>
Public Member Functions | |
exception (const std::string &log_msg, status_code::value error_code, const std::string &error_msg=std::string(), const std::string &body=std::string()) | |
~exception () throw () | |
virtual const char * | what () const throw () |
Public Attributes | |
std::string | m_msg |
std::string | m_error_msg |
std::string | m_body |
status_code::value | m_error_code |
Definition at line 283 of file constants.hpp.
|
inline |
Definition at line 285 of file constants.hpp.
|
inline |
Definition at line 294 of file constants.hpp.
|
inlinevirtual |
Definition at line 296 of file constants.hpp.
Referenced by websocketpp::connection< stub_config >::handle_read_http_response().
std::string websocketpp::http::exception::m_msg |
Definition at line 300 of file constants.hpp.
std::string websocketpp::http::exception::m_error_msg |
Definition at line 301 of file constants.hpp.
Referenced by websocketpp::connection< stub_config >::handle_read_handshake().
std::string websocketpp::http::exception::m_body |
Definition at line 302 of file constants.hpp.
status_code::value websocketpp::http::exception::m_error_code |
Definition at line 303 of file constants.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), and websocketpp::connection< stub_config >::handle_read_handshake().