Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.XMLRPC
Protocols.XMLRPC.Fault

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

decode_response()


syntax

int fault_code
string fault_stringvoid Protocols.XMLRPC.Fault(int fault_code, string fault_string)


Variable fault_code

int fault_code

Description

Represents faultCode in the XML-RPC standard.


Variable fault_string

int fault_string

Description

Represents faultString in the XML-RPC standard.