]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/src/curlmsg.msg
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / src / curlmsg.msg
1
2 ! These VMS error codes are generated by taking apart the curl.h 
3 ! file and putting all the CURLE_* enum stuff into this file, 
4 ! CURLMSG.MSG.  An .SDL file is created from this file with 
5 ! MESSAGE/SDL.  The .H file is created using the freeware SDL tool
6 ! against the .SDL file. 
7 !
8 ! With the exception of CURLE_OK, all of the messages are at 
9 ! the error severity level.  With the exception of 
10 ! FTP_USER_PWD_INCORRECT, which is a shortened form of 
11 ! FTP_USER_PASSWORD_INCORRECT, these are the same names as the 
12 ! CURLE_ ones in include/curl.h
13
14 .TITLE          CURLMSG Message files
15 .FACILITY       CURL,1793       /PREFIX=CURL_
16 .BASE           1
17 .SEVERITY       SUCCESS
18 OK              <normal successful completion>
19
20 .SEVERITY       ERROR
21 UNSUPPORTED_PROTOCOL    <unsupported protocol>
22 FAILED_INIT             <failed init>
23 URL_MALFORMAT           <URL malformat>
24 URL_MALFORMAT_USER      <URL malformat user>
25 COULDNT_RESOLVE_PROXY   <could not resolve proxy>
26 COULDNT_RESOLVE_HOST    <could not resolve host>
27 COULDNT_CONNECT         <could not connect>
28 FTP_WEIRD_SERVER_REPLY  <FTP weird server reply>
29 FTP_ACCESS_DENIED       <FTP access denied>
30 FTP_USER_PWD_INCORRECT  <FTP user password incorrect>
31 FTP_WEIRD_PASS_REPLY    <FTP weird PASS reply>
32 FTP_WEIRD_USER_REPLY    <FTP weird USER reply>
33 FTP_WEIRD_PASV_REPLY    <FTP weird PASV reply>
34 FTP_WEIRD_227_FORMAT    <FTP weird 227 format>
35 FTP_CANT_GET_HOST       <FTP can not get host>
36 FTP_CANT_RECONNECT      <FTP can not reconnect>
37 FTP_COULDNT_SET_BINARY  <FTP could not set binary>
38 PARTIAL_FILE            <partial file>
39 FTP_COULDNT_RETR_FILE   <FTP could not RETR file>
40 FTP_WRITE_ERROR         <FTP write error>
41 FTP_QUOTE_ERROR         <FTP quote error>
42 HTTP_RETURNED_ERROR     <HTTP returned error>
43 WRITE_ERROR             <write error>
44 MALFORMAT_USER          <user name is illegally specified>
45 FTP_COULDNT_STOR_FILE   <FTP could not STOR file>
46 READ_ERROR              <read error, could not open/read file>
47 OUT_OF_MEMORY           <out of memory>
48 OPERATION_TIMEOUTED     <operation timed out, timeout time was reached>
49 FTP_COULDNT_SET_ASCII   <FTP could not set ASCII, TYPE A failed>
50 FTP_PORT_FAILED         <FTP PORT operation failed>
51 FTP_COULDNT_USE_REST    <FTP REST command failed>
52 FTP_COULDNT_GET_SIZE    <FTP SIZE command failed>
53 HTTP_RANGE_ERROR        <HTTP RANGE error>
54 HTTP_POST_ERROR         <HTTP POST error>
55 SSL_CONNECT_ERROR       <SSL connect error>
56 BAD_DOWNLOAD_RESUME     <bad download resume>
57 FILE_COULDNT_READ_FILE  <FILE could not read file>
58 LDAP_CANNOT_BIND        <LDAP cannot bind>
59 LDAP_SEARCH_FAILED      <LDAP search failed>
60 LIBRARY_NOT_FOUND       <library not found>
61 FUNCTION_NOT_FOUND      <function not found>
62 ABORTED_BY_CALLBACK     <aborted by callback>
63 BAD_FUNCTION_ARGUMENT   <bad function argument>
64 BAD_CALLING_ORDER       <bad calling order>
65 HTTP_PORT_FAILED        <HTTP port failed>
66 BAD_PASSWORD_ENTERED    <bad password entered, my_getpass() returns fail>
67 TOO_MANY_REDIRECTS      <too many redirects>
68 UNKNOWN_TELNET_OPTION   <unknown TELNET option>
69 TELNET_OPTION_SYNTAX    <malformed TELNET option syntax>
70 OBSOLETE                <obsolete, removed after 7.7.3>
71 SSL_PEER_CERTIFICATE    <SSL peer certificate was not OK>
72 GOT_NOTHING             <got nothing>
73 SSL_ENGINE_NOTFOUND     <SSL crypto engine not found>
74 SSL_ENGINE_SETFAILED    <SSL can not set SSL crypto engine as default>
75 SEND_ERROR              <SEND error, failure sending network data>
76 RECV_ERROR              <RECV error, failure receiving network data>
77 SHARE_IN_USE            <share is in use>
78 SSL_CERTPROBLEM         <SSL problem with the local certificate>
79 SSL_CIPHER              <SSL CIPHER, could not use specified cipher>
80 SSL_CACERT              <SSL CACERT, problem with the CA cert (path?)>
81 BAD_CONTENT_ENCODING    <unrecognized transfer encoding>
82 LDAP_INVALID_URL        <LDAP invalid url>
83 FILESIZE_EXCEEDED       <maximum file size exceeded>
84 FTP_SSL_FAILED          <requested FTP SSL level failed>
85 CURL_LAST               <CURLMSG.MSG is out of sync with the source code>
86
87 .END