curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

No curl_*_strerror() for CURLUcode

From: Gleb Ivanovsky via curl-library <curl-library_at_cool.haxx.se>
Date: Fri, 13 Aug 2021 00:32:11 +0300

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
Received on 2021-08-12