faultString Property
See Also Example Applies To
Read-Only. Returns a string containing the description of the fault.
Syntax
object.faultString
The object placeholder represents an XMLRPCFault object.
Remarks
This property is read-only and set by the parent XMLRPCResponse object after decoding a response from the remote XML-RPC server. Fault strings can mean anything, there are no standard strings, they differ from one service to another.
|