curl_easy_strerror

Name: curl_easy_strerror()

Description:

The curl_easy_strerror function may be used to turn a CURLcode value into the equivalent human readable error string. This is useful for printing meaningful error messages.

extern (C)
const(char)*
curl_easy_strerror

Meta

Suggestion Box / Bug Report