to_h()
The faultCode and faultString of the exception in a Hash.
# File lib/xmlrpc/parser.rb, line 65 def to_h {"faultCode" => @faultCode, "faultString" => @faultString} end