Exception: LibWebSocket::Frame::Error::InvalidFramePayloadData
- Inherits:
-
LibWebSocket::Frame::Error
- Object
- RuntimeError
- Error
- LibWebSocket::Frame::Error
- LibWebSocket::Frame::Error::InvalidFramePayloadData
- Defined in:
- lib/libwebsocket/frame/error.rb
Overview
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
Instance Method Summary collapse
Methods inherited from LibWebSocket::Frame::Error
Instance Method Details
#status_code ⇒ Object
67 |
# File 'lib/libwebsocket/frame/error.rb', line 67 def status_code; 1007; end |