curlmsg_vms.h
Go to the documentation of this file.
1 #ifndef HEADER_CURLMSG_VMS_H
2 #define HEADER_CURLMSG_VMS_H
3 /***************************************************************************
4  * _ _ ____ _
5  * Project ___| | | | _ \| |
6  * / __| | | | |_) | |
7  * | (__| |_| | _ <| |___
8  * \___|\___/|_| \_\_____|
9  *
10  * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
11  *
12  * This software is licensed as described in the file COPYING, which
13  * you should have received as part of this distribution. The terms
14  * are also available at https://curl.haxx.se/docs/copyright.html.
15  *
16  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
17  * copies of the Software, and permit persons to whom the Software is
18  * furnished to do so, under the terms of the COPYING file.
19  *
20  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21  * KIND, either express or implied.
22  *
23  ***************************************************************************/
24 
25 /* */
26 /* CURLMSG_VMS.H */
27 /* */
28 /* This defines the necessary bits to change CURLE_* error codes to VMS */
29 /* style error codes. CURLMSG.H is built from CURLMSG.SDL which is built */
30 /* from CURLMSG.MSG. The vms_cond array is used to return VMS errors by */
31 /* putting the VMS error codes into the array offset based on CURLE_* code. */
32 /* */
33 /* If you update CURLMSG.MSG make sure to update this file to match. */
34 /* */
35 
36 #include "curlmsg.h"
37 
38 /*
39 #define FAC_CURL 0xC01
40 #define FAC_SYSTEM 0
41 #define MSG_NORMAL 0
42 */
43 
44 /*
45 #define SEV_WARNING 0
46 #define SEV_SUCCESS 1
47 #define SEV_ERROR 2
48 #define SEV_INFO 3
49 #define SEV_FATAL 4
50 */
51 
52 static const long vms_cond[] =
53  {
54  CURL_OK,
133  CURL_SSH,
135  CURL_AGAIN,
139  };
140 
141 #endif /* HEADER_CURLMSG_VMS_H */
#define CURL_TFTP_PERM
Definition: curlmsg.h:122
#define CURL_OBSOLETE10
Definition: curlmsg.h:63
#define CURL_TOO_MANY_REDIRECTS
Definition: curlmsg.h:100
#define CURL_SSL_CERTPROBLEM
Definition: curlmsg.h:111
#define CURL_COULDNT_CONNECT
Definition: curlmsg.h:59
#define CURL_FILESIZE_EXCEEDED
Definition: curlmsg.h:116
#define CURL_OBSOLETE20
Definition: curlmsg.h:73
#define CURL_FTP_PORT_FAILED
Definition: curlmsg.h:83
#define CURL_OBSOLETE12
Definition: curlmsg.h:65
#define CURL_OBSOLETE46
Definition: curlmsg.h:99
#define CURL_FTP_WEIRD_PASV_REPLY
Definition: curlmsg.h:66
#define CURL_INTERFACE_FAILED
Definition: curlmsg.h:98
#define CURL_QUOTE_ERROR
Definition: curlmsg.h:74
#define CURL_RANGE_ERROR
Definition: curlmsg.h:86
#define CURL_REMOTE_DISK_FULL
Definition: curlmsg.h:123
#define CURL_SSL_SHUTDOWN_FAILED
Definition: curlmsg.h:133
#define CURL_TFTP_UNKNOWNID
Definition: curlmsg.h:125
#define CURL_OK
Definition: curlmsg.h:52
#define CURL_SEND_FAIL_REWIND
Definition: curlmsg.h:118
#define CURL_COULDNT_RESOLVE_HOST
Definition: curlmsg.h:58
#define CURL_FUNCTION_NOT_FOUND
Definition: curlmsg.h:94
#define CURL_REMOTE_FILE_NOT_FOUND
Definition: curlmsg.h:131
#define CURL_UNKNOWN_TELNET_OPTION
Definition: curlmsg.h:101
#define CURL_TFTP_NOTFOUND
Definition: curlmsg.h:121
#define CURL_SSL_CACERT_BADFILE
Definition: curlmsg.h:130
#define CURL_USE_SSL_FAILED
Definition: curlmsg.h:117
#define CURL_OUT_OF_MEMORY
Definition: curlmsg.h:80
#define CURL_OBSOLETE40
Definition: curlmsg.h:93
#define CURL_HTTP_POST_ERROR
Definition: curlmsg.h:87
#define CURL_OBSOLETE44
Definition: curlmsg.h:97
#define CURL_FTP_COULDNT_SET_TYPE
Definition: curlmsg.h:70
#define CURL_READ_ERROR
Definition: curlmsg.h:79
#define CURL_OPERATION_TIMEOUTED
Definition: curlmsg.h:81
#define CURL_FTP_WEIRD_PASS_REPLY
Definition: curlmsg.h:64
#define CURL_SSL_ENGINE_INITFAILED
Definition: curlmsg.h:119
#define CURL_OBSOLETE50
Definition: curlmsg.h:103
#define CURL_OBSOLETE32
Definition: curlmsg.h:85
#define CURL_OBSOLETE29
Definition: curlmsg.h:82
static const long vms_cond[]
Definition: curlmsg_vms.h:52
#define CURL_BAD_CONTENT_ENCODING
Definition: curlmsg.h:114
#define CURL_SSL_ENGINE_SETFAILED
Definition: curlmsg.h:107
#define CURL_UNSUPPORTED_PROTOCOL
Definition: curlmsg.h:53
#define CURL_SSL_CACERT
Definition: curlmsg.h:113
#define CURL_CONV_REQD
Definition: curlmsg.h:129
#define CURL_PEER_FAILED_VERIF
Definition: curlmsg.h:104
#define CURL_LDAP_SEARCH_FAILED
Definition: curlmsg.h:92
#define CURL_CURL_LAST
Definition: curlmsg.h:137
#define CURL_OBSOLETE16
Definition: curlmsg.h:69
#define CURL_FTP_ACCESS_DENIED
Definition: curlmsg.h:62
#define CURL_SSL_CONNECT_ERROR
Definition: curlmsg.h:88
#define CURL_ABORTED_BY_CALLBACK
Definition: curlmsg.h:95
#define CURL_FTP_COULDNT_USE_REST
Definition: curlmsg.h:84
#define CURL_OBSOLETE4
Definition: curlmsg.h:56
#define CURL_GOT_NOTHING
Definition: curlmsg.h:105
#define CURL_LDAP_CANNOT_BIND
Definition: curlmsg.h:91
#define CURL_RECV_ERROR
Definition: curlmsg.h:109
#define CURL_OBSOLETE24
Definition: curlmsg.h:77
#define CURL_FAILED_INIT
Definition: curlmsg.h:54
#define CURL_TFTP_NOSUCHUSER
Definition: curlmsg.h:127
#define CURL_FTP_CANT_GET_HOST
Definition: curlmsg.h:68
#define CURL_HTTP_RETURNED_ERROR
Definition: curlmsg.h:75
#define CURL_FILE_COULDNT_READ_FILE
Definition: curlmsg.h:90
#define CURL_FTP_WEIRD_227_FORMAT
Definition: curlmsg.h:67
#define CURL_UPLOAD_FAILED
Definition: curlmsg.h:78
#define CURL_SSL_ENGINE_NOTFOUND
Definition: curlmsg.h:106
#define CURL_CONV_FAILED
Definition: curlmsg.h:128
#define CURL_BAD_DOWNLOAD_RESUME
Definition: curlmsg.h:89
#define CURL_COULDNT_RESOLVE_PROXY
Definition: curlmsg.h:57
#define CURL_TELNET_OPTION_SYNTAX
Definition: curlmsg.h:102
#define CURL_WEIRD_SERVER_REPLY
Definition: curlmsg.h:60
#define CURL_LOGIN_DENIED
Definition: curlmsg.h:120
#define CURL_LDAP_INVALID_URL
Definition: curlmsg.h:115
#define CURL_TFTP_ILLEGAL
Definition: curlmsg.h:124
#define CURL_OBSOLETE57
Definition: curlmsg.h:110
#define CURL_URL_MALFORMAT
Definition: curlmsg.h:55
#define CURL_BAD_FUNCTION_ARGUMENT
Definition: curlmsg.h:96
#define CURL_REMOTE_FILE_EXISTS
Definition: curlmsg.h:126
#define CURL_WRITE_ERROR
Definition: curlmsg.h:76
#define CURL_SEND_ERROR
Definition: curlmsg.h:108
#define CURL_SSL_CIPHER
Definition: curlmsg.h:112
#define CURL_FTP_COULDNT_RETR_FILE
Definition: curlmsg.h:72
#define CURL_PARTIAL_FILE
Definition: curlmsg.h:71
#define CURL_SSH
Definition: curlmsg.h:132
#define CURL_AGAIN
Definition: curlmsg.h:134


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sat Feb 13 2021 03:42:08