libcurl-logo

libcurl Curl_Multi_Strerror – Return String Describing Error Code

libcurl-Curl-Multi-Strerror-Return-String-Describing-Error-Code-product

Product Information

Specifications:

  • Name: curl_multi_strerror
  • Function: Return string describing error code
  • Added in: libcurl 7.12.0
  • Return Value: A pointer to a zero terminated string

NAME
Curl_multi_strerror – return string describing error code

SYNOPSIS

  • Include <curl/curl.h>
  • Const char curl_multi_strerror(CURLMcode errornum);

DESCRIPTION

  • The curl_multi_strerror() function returns a string describing the CURLMcode error code passed in the argument errornum.
  • This function was added in libcurl 7.12.0

RETURN VALUE

A pointer to a zero terminated string.

SEE ALSO
libcurl-errors(3), curl_easy_strerror(3), curl_share_strerror(3)

FAQ

What is the purpose of curl_multi_strerror function?

The purpose of curl_multi_strerror is to provide a human-readable description of the error code returned by libcurl's multi interface functions.

When was curl_multi_strerror function added to libcurl?

curl_multi_strerror function was added in libcurl version 7.12.0, released on April 26, 2004.

Documents / Resources

libcurl Curl_Multi_Strerror - Return String Describing Error Code [pdf] Instructions
Curl_Multi_Strerror - Return String Describing Error Code, Return String Describing Error Code, String Describing Error Code

References

Leave a comment

Your email address will not be published. Required fields are marked *