diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-13 20:07:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-13 20:07:22 +0000 |
commit | aad1d3ce14eca5b319329507571fac96291f41ee (patch) | |
tree | f93b2fdf7cdbd571d047c8dd85bb9dd29511c411 /docs/libcurl | |
parent | cf5378b366258ab7ec9cbd03eef26b852e454745 (diff) |
Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecated
error codes
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index a2c071cb1..958ff8d56 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -99,7 +99,8 @@ When sending custom "QUOTE" commands to the remote server, one of the commands returned an error code that was 400 or higher. .IP "CURLE_HTTP_RETURNED_ERROR (22)" This is returned if CURLOPT_FAILONERROR is set TRUE and the HTTP server -returns an error code that is >= 400. +returns an error code that is >= 400. (This error code was formerly known as +CURLE_HTTP_NOT_FOUND.) .IP "CURLE_WRITE_ERROR (23)" An error occurred when writing received data to a local file, or an error was returned to libcurl from a write callback. @@ -157,10 +158,11 @@ Aborted by callback. A callback returned "abort" to libcurl. Internal error. A function was called with a bad parameter. .IP "CURLE_BAD_CALLING_ORDER (44)" This is never returned by current libcurl. -.IP "CURLE_HTTP_PORT_FAILED (45)" +.IP "CURLE_INTERFACE_FAILED (45)" Interface error. A specified outgoing interface could not be used. Set which interface to use for outgoing connections' source IP address with -CURLOPT_INTERFACE. +CURLOPT_INTERFACE. (This error code was formerly known as +CURLE_HTTP_PORT_FAILED.) .IP "CURLE_BAD_PASSWORD_ENTERED (46)" This is never returned by current libcurl. .IP "CURLE_TOO_MANY_REDIRECTS (47)" |