WebSocket++  0.8.3-dev
C++ websocket client/server library
Classes | Enumerations | Functions
websocketpp::transport::debug::error Namespace Reference

debug transport errors More...

Classes

class  category
 debug transport error category More...
 

Enumerations

enum  value { general = 1, not_implemented, invalid_num_bytes, double_read }
 

Functions

lib::error_category const & get_category ()
 Get a reference to a static copy of the debug transport error category.
 
lib::error_code make_error_code (error::value e)
 Get an error code with the given value and the debug transport category.
 

Detailed Description

debug transport errors

Enumeration Type Documentation

◆ value

Enumerator
general 

Catch-all error for transport policy errors that don't fit in other categories

not_implemented 

not implemented

Definition at line 44 of file base.hpp.