Class: Protocol::WebSocket::FrameSizeError

Inherits:
ProtocolError show all
Defined in:
lib/protocol/websocket/error.rb

Overview

When the frame payload does not match expectations.

Constant Summary

Constants inherited from Error

Error::GOING_AWAY, Error::INVALID_DATA, Error::NO_ERROR, Error::PROTOCOL_ERROR

Instance Attribute Summary

Attributes inherited from ProtocolError

#code

Method Summary

Methods inherited from ProtocolError

#initialize

Constructor Details

This class inherits a constructor from Protocol::WebSocket::ProtocolError