Class: PacketGen::Header::SCTP::InvalidMandatoryParameterError

Inherits:
Object
  • Object
show all
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.

Author:

  • Sylvain Daubert

Since:

  • 3.4.0

Instance Method Summary collapse

Methods included from ErrorMixin

#error_name

Methods included from Padded32

#padded?, #to_s

Instance Method Details

#to_human::String

Returns:

  • (::String)

Since:

  • 3.4.0



236
237
238
# File 'lib/packetgen/header/sctp/error.rb', line 236

def to_human
  "<#{error_name}>"
end