~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to docs/libcurl/libcurl-errors.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" You can view this file with:
2
2
.\" nroff -man [file]
3
 
.\" $Id: libcurl-errors.3,v 1.23 2006-06-24 21:49:40 bagder Exp $
 
3
.\" $Id: libcurl-errors.3,v 1.25 2006-10-21 11:32:07 bagder Exp $
4
4
.\"
5
5
.TH libcurl-errors 3 "9 Feb 2005" "libcurl 7.13.1" "libcurl errors"
6
6
.SH NAME
174
174
.IP "CURLE_SSL_CIPHER (59)"
175
175
couldn't use specified cipher
176
176
.IP "CURLE_SSL_CACERT (60)"
177
 
problem with the CA cert (path? access rights?) 
 
177
peer certificate cannot be authenticated with known CA certificates
178
178
.IP "CURLE_BAD_CONTENT_ENCODING (61)"
179
179
Unrecognized transfer encoding
180
180
.IP "CURLE_LDAP_INVALID_URL (62)"
208
208
Character conversion failed
209
209
.IP "CURLE_CONV_REQD (76)"
210
210
Caller must register conversion callbacks
 
211
.IP "CURLE_SSL_CACERT_BADFILE (77)"
 
212
Problem with reading the SSL CA cert (path? access rights?)
211
213
.SH "CURLMcode"
212
214
This is the generic return code used by functions in the libcurl multi
213
215
interface. Also consider \fIcurl_multi_strerror(3)\fP.
219
221
.IP "CURLM_BAD_HANDLE (1)"
220
222
The passed-in handle is not a valid CURLM handle.
221
223
.IP "CURLM_BAD_EASY_HANDLE (2)"
222
 
An easy handle was not good/valid.
 
224
An easy handle was not good/valid. It could mean that it isn't an easy handle
 
225
at all, or possibly that the handle already is in used by this or another
 
226
multi handle.
223
227
.IP "CURLM_OUT_OF_MEMORY (3)"
224
228
You are doomed.
225
229
.IP "CURLM_INTERNAL_ERROR (4)"