faultCode Property
See Also Example Applies To
Read-Only. Returns an integer (Type Long) containing the number of the fault.
Syntax
object.faultCode
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 codes can mean anything, there are no standard codes, they differ from one service to another.
|