XmlRpcFault Class

Class com.probertson.xmlrpc.XmlRpcFault

Inheritance > XmlRpcFault

mc.rpc.Fault subclass which is returned to a Fault event handler method when an XML-RPC remote method call fails. Due to the limited information available in XML-RPC fault messages (as defined in the XML-RPC standard), only the code and message properties are set.
Constructor Summary
  
 XmlRpcFault(code:Number, message:String)
Creates a new XmlRpcFault instance.
Constructor Detail
XmlRpcFault
public function XmlRpcFault(code:Number, message:String)
Creates a new XmlRpcFault instance.
Parameters:
code
The numeric error code returned by the server for the specific fault.
message
The error message returned by the server.



Documentation generated by BLDoc Community Edition from B-Line Express.