Class: PacketGen::Header::SCTP::MissingMandatoryParameterError
- Inherits:
-
Error
- Object
- BinStruct::AbstractTLV
- Error
- PacketGen::Header::SCTP::MissingMandatoryParameterError
- Defined in:
- lib/packetgen/header/sctp/error.rb,
lib/packetgen/header/sctp/error.rb
Overview
MissingMandatoryParameter error. Indicate that one or more mandatory TLV parameters are missing in a received InitChunk or InitAckChunk.
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
157 158 159 |
# File 'lib/packetgen/header/sctp/error.rb', line 157 def to_human "<#{error_name}: #{self[:value].to_human}>" end |