|  | Home | Libraries | People | FAQ | More | 
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>