libcurl-errors.3: add CURLUE_OK

Closes #11488
This commit is contained in:
MonkeybreadSoftware 2023-07-20 13:45:14 +02:00 committed by Daniel Stenberg
parent 7ad4c9066e
commit dc8c14e782
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -354,6 +354,8 @@ that particular feature enabled. (Added in 7.23.0)
.SH "CURLUcode"
The URL interface will return a \fICURLUcode\fP to indicate when an error has
occurred. Also consider \fIcurl_url_strerror(3)\fP.
.IP "CURLUE_OK (0)"
All fine. Proceed as usual.
.IP "CURLUE_BAD_HANDLE (1)"
An invalid URL handle was passed as argument.
.IP "CURLUE_BAD_PARTPOINTER (2)"