NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::processor::error::processor_category Class Reference

Category for processor errors. More...

#include <base.hpp>

Inheritance diagram for websocketpp::processor::error::processor_category:
Collaboration diagram for websocketpp::processor::error::processor_category:

Public Member Functions

 processor_category ()
 
char const * name () const _WEBSOCKETPP_NOEXCEPT_TOKEN_
 
std::string message (int value) const
 

Detailed Description

Category for processor errors.

Definition at line 161 of file base.hpp.

Constructor & Destructor Documentation

websocketpp::processor::error::processor_category::processor_category ( )
inline

Definition at line 163 of file base.hpp.

Member Function Documentation

char const* websocketpp::processor::error::processor_category::name ( ) const
inline

Definition at line 165 of file base.hpp.

std::string websocketpp::processor::error::processor_category::message ( int  value) const
inline

Definition at line 169 of file base.hpp.

References websocketpp::processor::error::bad_request, websocketpp::processor::error::control_too_big, websocketpp::processor::error::extension_parse_error, websocketpp::processor::error::extensions_disabled, websocketpp::processor::error::fragmented_control, websocketpp::processor::error::general, websocketpp::processor::error::invalid_arguments, websocketpp::processor::error::invalid_close_code, websocketpp::processor::error::invalid_continuation, websocketpp::processor::error::invalid_http_method, websocketpp::processor::error::invalid_http_status, websocketpp::processor::error::invalid_http_version, websocketpp::processor::error::invalid_opcode, websocketpp::processor::error::invalid_payload, websocketpp::processor::error::invalid_rsv_bit, websocketpp::processor::error::invalid_utf8, websocketpp::processor::error::masking_forbidden, websocketpp::processor::error::masking_required, websocketpp::processor::error::message_too_big, websocketpp::processor::error::missing_required_header, websocketpp::processor::error::no_protocol_support, websocketpp::processor::error::non_minimal_encoding, websocketpp::processor::error::not_implemented, websocketpp::processor::error::protocol_violation, websocketpp::processor::error::reason_requires_code, websocketpp::processor::error::requires_64bit, websocketpp::processor::error::reserved_close_code, websocketpp::processor::error::sha1_library, websocketpp::processor::error::short_key3, and websocketpp::processor::error::subprotocol_parse_error.


The documentation for this class was generated from the following file: