Class Protocols.XMLRPC.Fault
- Description
 Represents a fault response which can be one of the return values from a XML-RPC function call.
- See also
 
- Variable fault_code
 intProtocols.XMLRPC.Fault.fault_code- Description
 Represents faultCode in the XML-RPC standard.
- Variable
fault_code
Variable fault_string
 intProtocols.XMLRPC.Fault.fault_code
stringProtocols.XMLRPC.Fault.fault_string
- Variable fault_string
 intProtocols.XMLRPC.Fault.fault_string- Description
 Represents faultString in the XML-RPC standard.
- Method create
 Protocols.XMLRPC.Fault Protocols.XMLRPC.Fault(intfault_code,stringfault_string)