Class: PacketGen::Header::SCTP::InvalidMandatoryParameterError
- Inherits:
-
Object
- Object
- PacketGen::Header::SCTP::InvalidMandatoryParameterError
- Includes:
- ErrorMixin
- Defined in:
- lib/packetgen/header/sctp/error.rb
Overview
Invalid mandatory parameter error. Returned to the originator of an INIT or INIT ACK chunk when one of the mandatory parameters is set to an invalid value.
Instance Method Summary collapse
Methods included from ErrorMixin
Methods included from Padded32
Instance Method Details
#to_human ⇒ ::String
236 237 238 |
# File 'lib/packetgen/header/sctp/error.rb', line 236 def to_human "<#{error_name}>" end |