Class: PacketGen::Header::SCTP::UnrecognizedChunkTypeError
- Inherits:
-
Object
- Object
- PacketGen::Header::SCTP::UnrecognizedChunkTypeError
- Includes:
- ErrorMixin
- Defined in:
- lib/packetgen/header/sctp/error.rb
Overview
Unrecognized chunk type error. The receiver does not understand the chunk and the upper bits of the ‘Chunk Type’ are set to 01 or 11.
Instance Method Summary collapse
Methods included from ErrorMixin
Methods included from Padded32
Instance Method Details
#to_human ⇒ ::String
218 219 220 |
# File 'lib/packetgen/header/sctp/error.rb', line 218 def to_human "<#{error_name}: #{self[:value].to_human}>" end |