28#ifndef WEBSOCKETPP_EXTENSION_HPP
29#define WEBSOCKETPP_EXTENSION_HPP
66 return "websocketpp.extension";
72 return "Generic extension error";
74 return "Use of methods from disabled extension";
76 return "Unknown permessage-compress error";
87 return lib::error_code(
static_cast<int>(e),
get_category());
95template<>
struct is_error_code_enum
std::string message(int value) const
const char * name() const _WEBSOCKETPP_NOEXCEPT_TOKEN_
#define _WEBSOCKETPP_NOEXCEPT_TOKEN_
lib::error_code make_error_code(error::value e)
@ disabled
Extension disabled.
lib::error_category const & get_category()
Namespace for the WebSocket++ project.
#define _WEBSOCKETPP_ERROR_CODE_ENUM_NS_END_
#define _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_