curl_multi_strerror

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.

extern (C)
const(char)*
curl_multi_strerror

Return Value

Type: const(char)*

A pointer to a zero-terminated error message.

Meta