Class: PacketGen::Header::SCTP::UnrecognizedParametersError
- Inherits:
-
Error
- Object
- BinStruct::AbstractTLV
- Error
- PacketGen::Header::SCTP::UnrecognizedParametersError
- Defined in:
- lib/packetgen/header/sctp/error.rb,
lib/packetgen/header/sctp/error.rb
Overview
Unrecognized parameters error. Returned to the originator of the INIT ACK chunk if the receiver does not recognize one or more Optional TLV parameters in the INIT ACK chunk.
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
257 258 259 |
# File 'lib/packetgen/header/sctp/error.rb', line 257 def to_human "<#{error_name}: #{self[:value].to_human}>" end |