Class: PacketGen::Header::SCTP::RestartAssociationWithNewAddressError
- Inherits:
-
Error
- Object
- BinStruct::AbstractTLV
- Error
- PacketGen::Header::SCTP::RestartAssociationWithNewAddressError
- Defined in:
- lib/packetgen/header/sctp/error.rb,
lib/packetgen/header/sctp/error.rb
Overview
INIT added an address out of association.
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
295 296 297 |
# File 'lib/packetgen/header/sctp/error.rb', line 295 def to_human "<#{error_name}: #{self[:value].to_human}>" end |