function xmlrpc_clear_error

7.x xmlrpc.inc xmlrpc_clear_error()
6.x xmlrpc.inc xmlrpc_clear_error()

Clears any previously-saved errors.

See also

xmlrpc_error()

1 call to xmlrpc_clear_error()
_xmlrpc in drupal-7.x/includes/xmlrpc.inc
Performs one or more XML-RPC requests.

File

drupal-7.x/includes/xmlrpc.inc, line 622
Drupal XML-RPC library.

Code

function xmlrpc_clear_error() {
  xmlrpc_error(NULL, NULL, TRUE);
}