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::INTERNAL_ERROR, Error::INVALID_DATA, Error::INVALID_PAYLOAD, Error::MESSAGE_TOO_LARGE, Error::MISSING_EXTENSION, Error::NO_ERROR, Error::POLICY_VIOLATION, Error::PROTOCOL_ERROR

Instance Attribute Summary

Attributes inherited from ProtocolError

#The status code associated with the error., #code

Method Summary

Methods inherited from ProtocolError

#initialize

Constructor Details

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