SoupXMLRPCFault

Pre-defined XML-RPC fault codes from <ulink url="http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php">http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php</ulink>. These are an extension, not part of the XML-RPC spec; you can't assume servers will use them.

Values

ValueMeaning
PARSE_ERROR_NOT_WELL_FORMED-32700

request was not well-formed

PARSE_ERROR_UNSUPPORTED_ENCODING-32701

request was in an unsupported encoding

PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING-32702

request contained an invalid character

SERVER_ERROR_INVALID_XML_RPC-32600

request was not valid XML-RPC

SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND-32601

method not found

SERVER_ERROR_INVALID_METHOD_PARAMETERS-32602

invalid parameters

SERVER_ERROR_INTERNAL_XML_RPC_ERROR-32603

internal error

APPLICATION_ERROR-32500

start of reserved range for application error codes

SYSTEM_ERROR-32400

start of reserved range for system error codes

TRANSPORT_ERROR-32300

start of reserved range for transport error codes

Meta