![]() |
![]()
| ![]() |
![]()
NAMEcurl_url_strerror - return string describing error code SYNOPSIS#include <curl/curl.h> const char *curl_url_strerror(CURLUcode errornum); DESCRIPTIONThis function returns a string describing the CURLUcode error code passed in the argument errornum. PROTOCOLSThis functionality affects all supported protocols EXAMPLEint main(void) { AVAILABILITYAdded in curl 7.80.0 RETURN VALUEA pointer to a null-terminated string. SEE ALSOcurl_easy_strerror(3), curl_multi_strerror(3), curl_share_strerror(3), curl_url_get(3), curl_url_set(3), libcurl-errors(3)
|