mirror of
https://github.com/curl/curl.git
synced 2026-07-09 11:37:15 +03:00
libcurl-errors.3: add CURLM_ABORTED_BY_CALLBACK
Follow-up to #8089 (2b3dd01)
Closes #8116
This commit is contained in:
parent
8d8f384f32
commit
e067f46c4d
1 changed files with 2 additions and 0 deletions
|
|
@ -307,6 +307,8 @@ An API function was called from inside a callback.
|
|||
Wakeup is unavailable or failed.
|
||||
.IP "CURLM_BAD_FUNCTION_ARGUMENT (10)"
|
||||
A function was called with a bad parameter.
|
||||
.IP "CURLM_ABORTED_BY_CALLBACK (11)"
|
||||
A multi handle callback returned error.
|
||||
.SH "CURLSHcode"
|
||||
The "share" interface will return a CURLSHcode to indicate when an error has
|
||||
occurred. Also consider \fIcurl_share_strerror(3)\fP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue