Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::processor::error_cat Namespace Reference

Processor class related error codes.

Enumerations

enum  value {
  BAD_REQUEST = 0 , INTERNAL_ERROR = 1 , PROTOCOL_VIOLATION = 2 , MESSAGE_TOO_BIG = 3 ,
  PAYLOAD_VIOLATION = 4
}
 

Enumeration Type Documentation

◆ value

Enumerator
BAD_REQUEST 
INTERNAL_ERROR 
PROTOCOL_VIOLATION 
MESSAGE_TOO_BIG 
PAYLOAD_VIOLATION 

Definition at line 55 of file base.hpp.

55 {
56 BAD_REQUEST = 0, // Error was the result of improperly formatted user input
57 INTERNAL_ERROR = 1, // Error was a logic error internal to WebSocket++
60 PAYLOAD_VIOLATION = 4 // Error was due to receiving invalid payload data
61};