18.24.5 Fault Objects
From Python 2.5
18.24.5 Fault Objects
A Fault object encapsulates the content of an XML-RPC fault tag. Fault objects have the following members:
- A string indicating the fault type.
- A string containing a diagnostic message associated with the fault.
See About this document... for information on suggesting changes.