Class: PacketGen::Header::SCTP::NoValueError
- Defined in:
- lib/packetgen/header/sctp/error.rb,
lib/packetgen/header/sctp/error.rb
Overview
Base class for error without value.
Direct Known Subclasses
CookieReceivedWhileShuttingDownError, InvalidMandatoryParameterError, OutOfResourceError, ProtocolViolationError, UserInitiatedAbortError
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
98 99 100 |
# File 'lib/packetgen/header/sctp/error.rb', line 98 def to_human "<#{error_name}>" end |