Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::session::fail::status Namespace Reference

Enumerations

enum  value {
  GOOD = 0 , SYSTEM = 1 , WEBSOCKET = 2 , UNKNOWN = 3 ,
  TIMEOUT_TLS = 4 , TIMEOUT_WS = 5
}
 

Enumeration Type Documentation

◆ value

Enumerator
GOOD 
SYSTEM 
WEBSOCKET 
UNKNOWN 
TIMEOUT_TLS 
TIMEOUT_WS 

Definition at line 190 of file connection.hpp.

190 {
191 GOOD = 0, // no failure yet!
192 SYSTEM = 1, // system call returned error, check that code
193 WEBSOCKET = 2, // websocket close codes contain error
194 UNKNOWN = 3, // No failure information is available
195 TIMEOUT_TLS = 4, // TLS handshake timed out
196 TIMEOUT_WS = 5 // WS handshake timed out
197 };