Hi!

There is curl_easy_strerror() for CURLcode, curl_multi_strerror() for
CURLMcode, curl_share_strerror() for CURLSHcode, but there seems to be
no way to convert CURLUcode value into string:
https://curl.se/libcurl/c/libcurl-errors.html

Would be nice to have something like:
const char *curl_url_strerror(CURLUcode errornum);
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to