function xmlrpc_error_msg

Returns the last XML-RPC client error message.

File

includes/xmlrpc.inc, line 646

Code

function xmlrpc_error_msg() {
    $error = xmlrpc_error();
    return $error != NULL ? $error->message : NULL;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.