#include <extension.hpp>
Definition at line 61 of file extension.hpp.
◆ category()
websocketpp::extensions::error::category::category |
( |
| ) |
|
|
inline |
◆ message()
std::string websocketpp::extensions::error::category::message |
( |
int | value | ) |
const |
|
inline |
Definition at line 69 of file extension.hpp.
69 {
72 return "Generic extension error";
74 return "Use of methods from disabled extension";
75 default:
76 return "Unknown permessage-compress error";
77 }
78 }
@ disabled
Extension disabled.
◆ name()
const char * websocketpp::extensions::error::category::name |
( |
| ) |
const |
|
inline |
Definition at line 65 of file extension.hpp.
65 {
66 return "websocketpp.extension";
67 }
The documentation for this class was generated from the following file:
- libraries/fc/vendor/websocketpp/websocketpp/extensions/extension.hpp