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