fault(hash)
Class Public methods
Converts the given hash
to an XMLRPC::FaultException object by passing the
faultCode
and faultString
attributes of the Hash to XMLRPC::FaultException.new
Raises an Exception if the given
hash
doesn't meet the requirements. Those requirements
being:
-
2 keys
-
'faultCode'
key is an Integer -
'faultString'
key is a String
Please login to continue.