curl_multi_strerror
fn
const(char) * curl_multi_strerror(CURLMcode )Name: curl_multi_strerror()
Desc: The curl_multi_strerror function may be used to turn a CURLMcode value into the equivalent human readable error string. This is useful for printing meaningful error messages.
Returns
A pointer to a zero-terminated error message.