Value | Meaning |
---|---|
FAILED0 | a generic error |
NOT_WEBSOCKET1 | attempted to handshake with a server that does not appear to understand WebSockets. |
BAD_HANDSHAKE2 | the WebSocket handshake failed because some detail was invalid (eg, incorrect accept key). |
BAD_ORIGIN3 | the WebSocket handshake failed because the "Origin" header was not an allowed value. |
Page generated by adrdox
WebSocket-related errors.