mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
docs/libcurl: return value overhall
Unified, extended, clarified the return values for numerous functions Closes #15899
This commit is contained in:
parent
41e5a116a1
commit
4501b7e28d
38 changed files with 184 additions and 70 deletions
|
|
@ -79,7 +79,10 @@ curl_multi_socket(3) is deprecated, use curl_multi_socket_action(3) instead.
|
|||
|
||||
# RETURN VALUE
|
||||
|
||||
CURLMcode type, general libcurl multi interface error code.
|
||||
This function returns a CURLMcode indicating success or error.
|
||||
|
||||
CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
|
||||
libcurl-errors(3).
|
||||
|
||||
The return code is for the whole multi stack. Problems still might have
|
||||
occurred on individual transfers even when one of these functions return OK.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue