Class: PacketGen::Header::SCTP::OutOfResourceError

Inherits:
Object
  • Object
show all
Includes:
ErrorMixin
Defined in:
lib/packetgen/header/sctp/error.rb

Overview

Out of ressource error. Indicates that the sender is out of resource.

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



168
169
170
# File 'lib/packetgen/header/sctp/error.rb', line 168

def to_human
  "<#{error_name}>"
end