Class Zend_XmlRpc_Client_Exception

Description

ZXmlRpcClientException add 2 functions for handling the fault response of failed XML-RPC requests The fault response has 2 parameters, the fault code and fault string

Located in /library/Zend/XmlRpc/Client/Exception.php (line 37)

Exception
   |
   --Zend_Exception
      |
      --Zend_XmlRpc_Exception
         |
         --Zend_XmlRpc_Client_Exception
Method Summary
 int faultCode ()
 string faultString ()
Methods
faultCode (line 45)

In case there was a failure in the request, this function gets the failure code

  • return: The error code
  • access: public
int faultCode ()
faultString (line 56)

In case there was a failure in the request, this function gets the failure string

  • return: The error string
  • access: public
string faultString ()

Documentation generated on Wed, 08 Mar 2006 04:51:59 -0800 by phpDocumentor 1.3.0RC4