summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-09 14:13:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-09 14:13:21 +0000
commit14aa3fa25844e74e88e74af013ad739c6786e787 (patch)
tree7f96d2ab429aa0d04870ef545a0ce14667e8ea3f
parentf5394cccb12532fd73e688c355738347742eaa48 (diff)
downloadgnurl-14aa3fa25844e74e88e74af013ad739c6786e787.tar.gz
gnurl-14aa3fa25844e74e88e74af013ad739c6786e787.tar.bz2
gnurl-14aa3fa25844e74e88e74af013ad739c6786e787.zip
add missing error codes
-rw-r--r--docs/libcurl/libcurl-errors.39
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index de28c2d41..c56ea4fd7 100644
--- a/docs/libcurl/libcurl-errors.3
+++ b/docs/libcurl/libcurl-errors.3
@@ -2,7 +2,7 @@
.\" nroff -man [file]
.\" $Id$
.\"
-.TH libcurl-errors 3 "27 Apr 2004" "libcurl 7.12" "libcurl errors"
+.TH libcurl-errors 3 "9 Feb 2005" "libcurl 7.13.1" "libcurl errors"
.SH NAME
libcurl-errors \- error codes in libcurl
.SH DESCRIPTION
@@ -187,6 +187,13 @@ Invalid LDAP URL
Maximum file size exceeded
.IP "CURLE_FTP_SSL_FAILED (64)"
Requested FTP SSL level failed
+.IP "CURLE_SEND_FAIL_REWIND (65)"
+When doing a send operation curl had to rewind the data to retransmit, but the
+rewinding operation failed
+.IP "CURLE_SSL_ENGINE_INITFAILED (66)"
+Initiating the SSL Engine failed
+.IP "CURLE_LOGIN_DENIED (67)"
+The remote server denied curl to login (Added in 7.13.1)
.SH "CURLMcode"
This is the generic return code used by functions in the libcurl multi
interface. Also consider \fIcurl_multi_strerror(3)\fI.