aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-18 11:53:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-18 11:53:42 +0000
commitb3591ec464cd26e536354fb700aa33292440d936 (patch)
treeb945bef74fa50d14e67c5cbcfcb8593ba40ff6a7 /docs
parentb1952e773a6a3a2c6a598e5b0cd13d9463d8e4ec (diff)
Added a few undocumented errors
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/libcurl-errors.323
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3
index bc0bbe64b..e25932250 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 "18 Dec 2002" "libcurl 7.10.3" "libcurl errors"
+.TH libcurl-errors 3 "18 Oct 2003" "libcurl 7.10.8" "libcurl errors"
.SH NAME
error codes in libcurl
.SH DESCRIPTION
@@ -230,6 +230,27 @@ Failed sending network data.
.B CURLE_RECV_ERROR (56)
Failure with receiving network data.
.TP
+.B CURLE_RECV_ERROR (57)
+Failure with receiving network data.
+.TP
+.B CURLE_SSL_CERTPROBLEM (58)
+problem with the local certificate
+.TP
+.B CURLE_SSL_CIPHER (59)
+couldn't use specified cipher
+.TP
+.B CURLE_SSL_CACERT (60)
+problem with the CA cert (path? access rights?)
+.TP
+.B CURLE_BAD_CONTENT_ENCODING (61)
+Unrecognized transfer encoding
+.TP
+.B CURLE_LDAP_INVALID_URL (62)
+Invalid LDAP URL
+.TP
+.B CURLE_FILESIZE_EXCEEDED (63)
+Maximum file size exceeded
+.TP
.B CURL_LAST
This is not an error, but in the curl/curl.h file this can be used to know how
many existing error codes there are.