send_error_message($number, $message)
Parameters: |
|
---|---|
Returns: |
XML_RPC_Response instance |
Return type: |
XML_RPC_Response |
This method lets you send an error message from your server to the client. First parameter is the error number while the second parameter is the error message.
return $this->xmlrpc->send_error_message(123, 'Requested data not available');
Please login to continue.