Class: PacketGen::Header::SCTP::UnresolvableAddressError
- Inherits:
-
Error
- Object
- BinStruct::AbstractTLV
- Error
- PacketGen::Header::SCTP::UnresolvableAddressError
- Defined in:
- lib/packetgen/header/sctp/error.rb,
lib/packetgen/header/sctp/error.rb
Overview
Unresolvable address error. Indicates that the sender is not able to resolve the specified address parameter (type of address is not supported)
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
-
#to_human ⇒ String
Get human-readable string.
-
#value=(val) ⇒ Parameter
Set
value
by accepting Parameter classes.
Methods inherited from Error
Methods included from Padded32
Instance Method Details
#to_human ⇒ String
Get human-readable string
209 210 211 |
# File 'lib/packetgen/header/sctp/error.rb', line 209 def to_human "<#{error_name}: #{self[:value].to_human}>" end |