Permessage deflate error values. More...
Classes | |
class | category |
Permessage-deflate error category. More... | |
Enumerations | |
enum | value { general = 1, invalid_attributes, invalid_attribute_value, invalid_mode, unsupported_attributes, invalid_max_window_bits, zlib_error, uninitialized } |
Functions | |
lib::error_category const & | get_category () |
Get a reference to a static copy of the permessage-deflate error category. More... | |
lib::error_code | make_error_code (error::value e) |
Create an error code in the permessage-deflate category. More... | |
Permessage deflate error values.
Definition at line 92 of file enabled.hpp.
|
inline |
Get a reference to a static copy of the permessage-deflate error category.
Definition at line 152 of file enabled.hpp.
Referenced by make_error_code().
|
inline |
Create an error code in the permessage-deflate category.
Definition at line 158 of file enabled.hpp.
References _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_, and get_category().
Referenced by websocketpp::extensions::permessage_deflate::enabled< config >::compress(), websocketpp::extensions::permessage_deflate::enabled< config >::decompress(), websocketpp::extensions::permessage_deflate::enabled< config >::init(), websocketpp::extensions::permessage_deflate::enabled< config >::negotiate(), websocketpp::extensions::permessage_deflate::enabled< config >::set_client_max_window_bits(), and websocketpp::extensions::permessage_deflate::enabled< config >::set_server_max_window_bits().