Exception: LibWebSocket::Frame::Error::MessageTooBig
- Inherits:
-
LibWebSocket::Frame::Error
- Object
- RuntimeError
- Error
- LibWebSocket::Frame::Error
- LibWebSocket::Frame::Error::MessageTooBig
- Defined in:
- lib/libwebsocket/frame/error.rb
Overview
1009 indicates that an endpoint is terminating the connection because it has received a message which is too big for it to process.
Instance Method Summary collapse
Methods inherited from LibWebSocket::Frame::Error
Instance Method Details
#status_code ⇒ Object
83 |
# File 'lib/libwebsocket/frame/error.rb', line 83 def status_code; 1009; end |