From 3858063bcd72aed412622254e1b0c804e261c4b7 Mon Sep 17 00:00:00 2001 From: Marty Kuhrt Date: Fri, 11 Feb 2005 21:01:52 +0000 Subject: sync'd error codes with include/curl.h --- packages/vms/curlmsg.msg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/vms/curlmsg.msg b/packages/vms/curlmsg.msg index ae40d37cc..4cdaaafda 100644 --- a/packages/vms/curlmsg.msg +++ b/packages/vms/curlmsg.msg @@ -1,3 +1,4 @@ +! $Id$ ! ! These VMS error codes are generated by taking apart the curl.h ! file and putting all the CURLE_* enum stuff into this file, @@ -11,6 +12,8 @@ ! FTP_USER_PASSWORD_INCORRECT, these are the same names as the ! CURLE_ ones in include/curl.h ! +! If you update this file also update curlmsg_vms.h so that they are in sync +! .TITLE CURLMSG Message files .FACILITY CURL,1793 /PREFIX=CURL_ .BASE 1 @@ -62,7 +65,7 @@ FUNCTION_NOT_FOUND ABORTED_BY_CALLBACK BAD_FUNCTION_ARGUMENT BAD_CALLING_ORDER -HTTP_PORT_FAILED +INTERFACE_FAILED BAD_PASSWORD_ENTERED TOO_MANY_REDIRECTS UNKNOWN_TELNET_OPTION @@ -82,6 +85,9 @@ BAD_CONTENT_ENCODING LDAP_INVALID_URL FILESIZE_EXCEEDED FTP_SSL_FAILED +SEND_FAIL_REWIND +SSL_ENGINE_INITFAILED +LOGIN_DENIED CURL_LAST .END -- cgit v1.2.3