Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.90.0.
Error conditions corresponding to sets of error codes.
Defined in header <boost/beast/websocket/error.hpp>
enum condition
|
Name |
Description |
|---|---|
|
|
The WebSocket handshake failed. This condition indicates that the WebSocket handshake failed. If the corresponding HTTP response indicates the keep-alive behavior, then the handshake may be reattempted. |
|
|
A WebSocket protocol violation occurred. This condition indicates that the remote peer on the WebSocket connection sent data which violated the protocol. |
Convenience header <boost/beast/websocket.hpp>