Refresh

This website rubydoc.info/gems/dnsruby/Dnsruby/DecodeError is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Exception: Dnsruby::DecodeError

Inherits:
ResolvError
  • Object
show all
Defined in:
lib/dnsruby.rb

Overview

Indicates an error in decoding an incoming DNS message

Instance Attribute Summary collapse

Attributes inherited from ResolvError

#response

Instance Attribute Details

#partial_messageObject

Returns the value of attribute partial_message.



223
224
225
# File 'lib/dnsruby.rb', line 223

def partial_message
  @partial_message
end