Home
Products & Services
Developers
XML
XML-RPC
Contents Table
On-Line Help
Release Notes
Install Notes
Binaries
Sources
RSS
About
Want to know more?
Use the following form to contact someone at EnAppSys for more information.

XMLRPCFault Object

See Also   Example   Properties   Methods   Events

Models an XML-RPC Fault structure.

Class Diagram

Remarks

The XML-RPC Fault structure is defined as two values, faultCode and faultString. These are stored in this object as properties. This object is accessible via the Fault property of the XMLRPCResponse object.

Fault codes and strings can mean anything. There are no standard codes and descriptions. The differ from one service to another.

Background

The XML-RPC specification details the structure of the XML fragment which this object models as follows:

<fault>
    <value>
        <struct>
            <member>
                <name>faultCode</name>
                <value><int>4</int></value>
            </member>
            <member>
                <name>faultString</name>
                <value><string>Too many parameters.</string></value>
            </member>
        </struct>
    </value>
</fault>
Terms of Use, Cookie and Privacy PoliciesAll Materials on this Website are Copyright EnAppSys Ltd. ©2002 - 2012
Registered Office: EnAppSys Ltd, Arnison House, 139B The High Street, Yarm, Stockton-on-Tees TS15 9AY
Registered in England and Wales, Number: 4685938