From 6ef7a81a3b1405ee97519980225aec53240981f2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Apr 2006 13:00:45 +0000 Subject: updated with more error codes --- docs/libcurl/libcurl-errors.3 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'docs/libcurl/libcurl-errors.3') diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index fdf632663..6fe9971dd 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -190,6 +190,24 @@ rewinding operation failed Initiating the SSL Engine failed .IP "CURLE_LOGIN_DENIED (67)" The remote server denied curl to login (Added in 7.13.1) +.IP "CURLE_TFTP_NOTFOUND (68)" +File not found on TFTP server +.IP "CURLE_TFTP_PERM (69" +Permission problem on TFTP server +.IP "CURLE_TFTP_DISKFULL (70)" +Out of disk space on TFTP server +.IP "CURLE_TFTP_ILLEGAL (71)" +Illegal TFTP operation +.IP "CURLE_TFTP_UNKNOWNID (72)" +Unknown TFTP transfer ID +.IP "CURLE_TFTP_EXISTS (73)" +TFTP File already exists +.IP "CURLE_TFTP_NOSUCHUSER (74)" +No such TFTP user +.IP "CURLE_CONV_FAILED (75)" +Character conversion failed +.IP "CURLE_CONV_REQD (76)" +Caller must register conversion callbacks .SH "CURLMcode" This is the generic return code used by functions in the libcurl multi interface. Also consider \fIcurl_multi_strerror(3)\fP. -- cgit v1.2.3