

Specifications
| Function Name | curl _share_ steerer |
|---|---|
| Library | libcurl |
| Added in Version | 7.12.0 |
| Date | 26 Apr 2004 |
NAME
curl _share_ steerer – return string describing error code
SYNOPSIS
#include <curl/curl. h> cons char *curl_ share_ steerer(CURLSH code error num);
DESCRIPTION
- The curl_ share_ steerer () function returns a string describing the CURLSH code error code passed in the argument error num.
- This function was added in libcurl 7.12.0
RETURN VALUE
A pointer to a zero terminated string.
SEE ALSO
libcurl-errors(3), curl_ multi_ steerer(3), curl _easy_ steerer(3)
FAQs
What does curl _share_ steerer() do?
It returns a string describing the CURLSH code error code provided as an argument.
When was curl_ share _steerer() added to libcurl?
It was added in version 7.12.0.
Documents / Resources
![]() | Curl_Share_Strerror - Return String Describing Error Code |
References
- User Manualmanual.tools
Published: February 25, 2026
Updated: February 28, 2026
