Enumeration
SoupWebsocketError
Members
- 
            SOUP_WEBSOCKET_ERROR_FAILED
- 
            A generic error. - Value: 0
- Available since: 3.0
 
- Value: 
- 
            SOUP_WEBSOCKET_ERROR_NOT_WEBSOCKET
- 
            Attempted to handshake with a server that does not appear to understand WebSockets. - Value: 1
- Available since: 3.0
 
- Value: 
- 
            SOUP_WEBSOCKET_ERROR_BAD_HANDSHAKE
- 
            The WebSocket handshake failed because some detail was invalid (eg, incorrect accept key). - Value: 2
- Available since: 3.0
 
- Value: 
- 
            SOUP_WEBSOCKET_ERROR_BAD_ORIGIN
- 
            The WebSocket handshake failed because the “Origin” header was not an allowed value. - Value: 3
- Available since: 3.0
 
- Value: