xref: /curl/packages/vms/curlmsg.msg (revision 2bc1d775)
1!***************************************************************************
2!                                  _   _ ____  _
3!  Project                     ___| | | |  _ \| |
4!                             / __| | | | |_) | |
5!                            | (__| |_| |  _ <| |___
6!                             \___|\___/|_| \_\_____|
7!
8! Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
9!
10! This software is licensed as described in the file COPYING, which
11! you should have received as part of this distribution. The terms
12! are also available at https://curl.se/docs/copyright.html.
13!
14! You may opt to use, copy, modify, merge, publish, distribute and/or sell
15! copies of the Software, and permit persons to whom the Software is
16! furnished to do so, under the terms of the COPYING file.
17!
18! This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19! KIND, either express or implied.
20!
21! SPDX-License-Identifier: curl
22!
23!##########################################################################
24!
25! These VMS error codes are generated by taking apart the curl.h
26! file and putting all the CURLE_* enum stuff into this file,
27! CURLMSG.MSG.  An .SDL file is created from this file with
28! MESSAGE/SDL.  The .H file is created using the freeware SDL tool
29! against the .SDL file with SDL/ALPHA/LANG=CC command.
30!
31! With the exception of CURLE_OK, all of the messages are at
32! the error severity level.  With the exception of
33! PEER_FAILED_VERIF, which is a shortened form of
34! PEER_FAILED_VERIFICATION, these are the same names as the
35! CURLE_ ones in include/curl.h.  The Message Utility manual states
36! "The combined length of the prefix and the message symbol name cannot
37! exceed 31 characters."  With a prefix of five that leaves us with 26
38! for the message name.
39!
40! If you update this file also update curlmsg_vms.h so that they are in sync
41!
42.TITLE		CURLMSG Message files
43.FACILITY	CURL,1793	/PREFIX=CURL_
44.BASE		1
45.SEVERITY	SUCCESS
46OK		<normal successful completion>
47
48.SEVERITY	ERROR
49UNSUPPORTED_PROTOCOL	<unsupported protocol>
50FAILED_INIT		<failed init>
51URL_MALFORMAT		<URL malformat>
52OBSOLETE4		<obsolete error code>
53COULDNT_RESOLVE_PROXY	<could not resolve proxy>
54COULDNT_RESOLVE_HOST	<could not resolve host>
55COULDNT_CONNECT		<could not connect>
56WEIRD_SERVER_REPLY	<weird server reply>
57FTP_ACCESS_DENIED	<FTP access denied>
58OBSOLETE10		<obsolete error code>
59FTP_WEIRD_PASS_REPLY	<FTP weird PASS reply>
60OBSOLETE12		<obsolete error code>
61FTP_WEIRD_PASV_REPLY	<FTP weird PASV reply>
62FTP_WEIRD_227_FORMAT	<FTP weird 227 format>
63FTP_CANT_GET_HOST	<FTP can not get host>
64OBSOLETE16		<obsolete error code>
65FTP_COULDNT_SET_TYPE	<FTP could not set type>
66PARTIAL_FILE		<partial file>
67FTP_COULDNT_RETR_FILE	<FTP could not RETR file>
68OBSOLETE20		<obsolete error code>
69QUOTE_ERROR		<quote command error>
70HTTP_RETURNED_ERROR	<HTTP returned error>
71WRITE_ERROR		<write error>
72OBSOLETE24    		<obsolete error code>
73UPLOAD_FAILED		<failed upload command>
74READ_ERROR		<read error, could not open/read file>
75OUT_OF_MEMORY		<out of memory>
76OPERATION_TIMEOUTED	<operation timed out, timeout time was reached>
77OBSOLETE29		<obsolete error code>
78FTP_PORT_FAILED		<FTP PORT operation failed>
79FTP_COULDNT_USE_REST	<FTP REST command failed>
80OBSOLETE32		<obsolete error code>
81RANGE_ERROR		<RANGE command error>
82HTTP_POST_ERROR		<HTTP POST error>
83SSL_CONNECT_ERROR	<SSL connect error>
84BAD_DOWNLOAD_RESUME	<bad download resume>
85FILE_COULDNT_READ_FILE	<FILE could not read file>
86LDAP_CANNOT_BIND	<LDAP cannot bind>
87LDAP_SEARCH_FAILED	<LDAP search failed>
88OBSOLETE40		<obsolete error code>
89FUNCTION_NOT_FOUND	<function not found>
90ABORTED_BY_CALLBACK	<aborted by callback>
91BAD_FUNCTION_ARGUMENT	<bad function argument>
92OBSOLETE44		<obsolete error code>
93INTERFACE_FAILED	<CURLOPT_INTERFACE failed>
94OBSOLETE46		<obsolete error code>
95TOO_MANY_REDIRECTS	<too many redirects>
96UNKNOWN_TELNET_OPTION	<unknown TELNET option>
97TELNET_OPTION_SYNTAX	<malformed TELNET option syntax>
98OBSOLETE50		<obsolete error code>
99PEER_FAILED_VERIF	<peer certificate or fingerprint failed>
100GOT_NOTHING		<got nothing>
101SSL_ENGINE_NOTFOUND	<SSL crypto engine not found>
102SSL_ENGINE_SETFAILED	<SSL can not set SSL crypto engine as default>
103SEND_ERROR		<SEND error, failure sending network data>
104RECV_ERROR		<RECV error, failure receiving network data>
105OBSOLETE57  		<obsolete error code>
106SSL_CERTPROBLEM		<SSL problem with the local certificate>
107SSL_CIPHER              <SSL CIPHER, could not use specified cipher>
108SSL_CACERT		<SSL CACERT, problem with the CA cert (path?)>
109BAD_CONTENT_ENCODING	<unrecognized transfer encoding>
110LDAP_INVALID_URL	<LDAP invalid url>
111FILESIZE_EXCEEDED	<maximum file size exceeded>
112USE_SSL_FAILED		<requested FTP SSL level failed>
113SEND_FAIL_REWIND	<sending data requires a rewind that failed>
114SSL_ENGINE_INITFAILED	<failed to initialise ENGINE>
115LOGIN_DENIED		<user or password not accepted. failed to login>
116TFTP_NOTFOUND		<file not found on server>
117TFTP_PERM		<permission problem on server>
118REMOTE_DISK_FULL	<out of disk space on server>
119TFTP_ILLEGAL		<illegal TFTP operation>
120TFTP_UNKNOWNID		<unknown transfer ID>
121REMOTE_FILE_EXISTS	<file already exists>
122TFTP_NOSUCHUSER		<no such user>
123CONV_FAILED		<conversion failed>
124CONV_REQD		<caller must register conversion callbacks>
125SSL_CACERT_BADFILE	<could not load CACERT file>
126REMOTE_FILE_NOT_FOUND	<remote file not found>
127SSH			<unspecified error from the SSH layer>
128SSL_SHUTDOWN_FAILED	<failed to shut down the SSL connection>
129AGAIN			<socket not ready, wait and try again>
130SSL_CRL_BADFILE		<could not load CRL file, missing or wrong format>
131SSL_ISSUER_ERROR	<issuer check failed>
132CURL_LAST		<CURLMSG.MSG is out of sync with the source code>
133
134.END
135