Class: PacketGen::Header::SCTP::UnrecognizedChunkTypeError
- Inherits:
-
Error
- Object
- BinStruct::AbstractTLV
- Error
- PacketGen::Header::SCTP::UnrecognizedChunkTypeError
- Defined in:
- lib/packetgen/header/sctp/error.rb,
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.
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
-
#to_human ⇒ String
Get human-readable string.
Methods inherited from Error
Methods included from Padded32
Instance Method Details
#to_human ⇒ String
Get human-readable string
228 229 230 |
# File 'lib/packetgen/header/sctp/error.rb', line 228 def to_human "<#{error_name}: #{self[:value].to_human}>" end |