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