Skip to content
Snippets Groups Projects
Commit 5acf997e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

upcoming new error code

parent dd87e4ed
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,9 @@ An easy handle was not good/valid.
You are doomed.
.IP "CURLM_INTERNAL_ERROR (4)"
This can only be returned if libcurl bugs. Please report it to us!
.IP "CURLM_BAD_SOCKET (5)"
The passed-in socket is not a valid one that libcurl already knows about.
(Added in 7.16.0)
.SH "CURLSHcode"
The "share" interface will return a CURLSHcode to indicate when an error has
occurred. Also consider \fIcurl_share_strerror(3)\fP.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment