113498266Sopenharmony_ci#ifndef HEADER_CURLMSG_H 213498266Sopenharmony_ci#define HEADER_CURLMSG_H 313498266Sopenharmony_ci/*************************************************************************** 413498266Sopenharmony_ci * _ _ ____ _ 513498266Sopenharmony_ci * Project ___| | | | _ \| | 613498266Sopenharmony_ci * / __| | | | |_) | | 713498266Sopenharmony_ci * | (__| |_| | _ <| |___ 813498266Sopenharmony_ci * \___|\___/|_| \_\_____| 913498266Sopenharmony_ci * 1013498266Sopenharmony_ci * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 1113498266Sopenharmony_ci * 1213498266Sopenharmony_ci * This software is licensed as described in the file COPYING, which 1313498266Sopenharmony_ci * you should have received as part of this distribution. The terms 1413498266Sopenharmony_ci * are also available at https://curl.se/docs/copyright.html. 1513498266Sopenharmony_ci * 1613498266Sopenharmony_ci * You may opt to use, copy, modify, merge, publish, distribute and/or sell 1713498266Sopenharmony_ci * copies of the Software, and permit persons to whom the Software is 1813498266Sopenharmony_ci * furnished to do so, under the terms of the COPYING file. 1913498266Sopenharmony_ci * 2013498266Sopenharmony_ci * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 2113498266Sopenharmony_ci * KIND, either express or implied. 2213498266Sopenharmony_ci * 2313498266Sopenharmony_ci * SPDX-License-Identifier: curl 2413498266Sopenharmony_ci * 2513498266Sopenharmony_ci ***************************************************************************/ 2613498266Sopenharmony_ci 2713498266Sopenharmony_ci#pragma __member_alignment __save 2813498266Sopenharmony_ci#pragma __nomember_alignment 2913498266Sopenharmony_ci 3013498266Sopenharmony_ci/* */ 3113498266Sopenharmony_ci/* CURLMSG.H */ 3213498266Sopenharmony_ci/* */ 3313498266Sopenharmony_ci/* SDL File Generated by VAX-11 Message V04-00 on 3-SEP-2008 13:33:54.09 */ 3413498266Sopenharmony_ci/* */ 3513498266Sopenharmony_ci/* THESE VMS ERROR CODES ARE GENERATED BY TAKING APART THE CURL.H */ 3613498266Sopenharmony_ci/* FILE AND PUTTING ALL THE CURLE_* ENUM STUFF INTO THIS FILE, */ 3713498266Sopenharmony_ci/* CURLMSG.MSG. AN .SDL FILE IS CREATED FROM THIS FILE WITH */ 3813498266Sopenharmony_ci/* MESSAGE/SDL. THE .H FILE IS CREATED USING THE FREEWARE SDL TOOL */ 3913498266Sopenharmony_ci/* AGAINST THE .SDL FILE WITH SDL/ALPHA/LANG=CC COMMAND. */ 4013498266Sopenharmony_ci/* */ 4113498266Sopenharmony_ci/* WITH THE EXCEPTION OF CURLE_OK, ALL OF THE MESSAGES ARE AT */ 4213498266Sopenharmony_ci/* THE ERROR SEVERITY LEVEL. WITH THE EXCEPTION OF */ 4313498266Sopenharmony_ci/* PEER_FAILED_VERIF, WHICH IS A SHORTENED FORM OF */ 4413498266Sopenharmony_ci/* PEER_FAILED_VERIFICATION, THESE ARE THE SAME NAMES AS THE */ 4513498266Sopenharmony_ci/* CURLE_ ONES IN INCLUDE/CURL.H. THE MESSAGE UTILITY MANUAL STATES */ 4613498266Sopenharmony_ci/* "THE COMBINED LENGTH OF THE PREFIX AND THE MESSAGE SYMBOL NAME CANNOT */ 4713498266Sopenharmony_ci/* EXCEED 31 CHARACTERS." WITH A PREFIX OF FIVE THAT LEAVES US WITH 26 */ 4813498266Sopenharmony_ci/* FOR THE MESSAGE NAME. */ 4913498266Sopenharmony_ci/* */ 5013498266Sopenharmony_ci/* IF YOU UPDATE THIS FILE, UPDATE CURLMSG_VMS.H SO THAT THEY ARE IN SYNC */ 5113498266Sopenharmony_ci/* */ 5213498266Sopenharmony_ci 5313498266Sopenharmony_ci#define CURL_FACILITY 3841 5413498266Sopenharmony_ci#define CURL_OK 251756553 5513498266Sopenharmony_ci#define CURL_UNSUPPORTED_PROTOCOL 251756562 5613498266Sopenharmony_ci#define CURL_FAILED_INIT 251756570 5713498266Sopenharmony_ci#define CURL_URL_MALFORMAT 251756578 5813498266Sopenharmony_ci#define CURL_OBSOLETE4 251756586 5913498266Sopenharmony_ci#define CURL_COULDNT_RESOLVE_PROXY 251756594 6013498266Sopenharmony_ci#define CURL_COULDNT_RESOLVE_HOST 251756602 6113498266Sopenharmony_ci#define CURL_COULDNT_CONNECT 251756610 6213498266Sopenharmony_ci#define CURL_WEIRD_SERVER_REPLY 251756618 6313498266Sopenharmony_ci#define CURL_FTP_WEIRD_SERVER_REPLY CURL_WEIRD_SERVER_REPLY 6413498266Sopenharmony_ci#define CURL_FTP_ACCESS_DENIED 251756626 6513498266Sopenharmony_ci#define CURL_OBSOLETE10 251756634 6613498266Sopenharmony_ci#define CURL_FTP_WEIRD_PASS_REPLY 251756642 6713498266Sopenharmony_ci#define CURL_OBSOLETE12 251756650 6813498266Sopenharmony_ci#define CURL_FTP_WEIRD_PASV_REPLY 251756658 6913498266Sopenharmony_ci#define CURL_FTP_WEIRD_227_FORMAT 251756666 7013498266Sopenharmony_ci#define CURL_FTP_CANT_GET_HOST 251756674 7113498266Sopenharmony_ci#define CURL_OBSOLETE16 251756682 7213498266Sopenharmony_ci#define CURL_FTP_COULDNT_SET_TYPE 251756690 7313498266Sopenharmony_ci#define CURL_PARTIAL_FILE 251756698 7413498266Sopenharmony_ci#define CURL_FTP_COULDNT_RETR_FILE 251756706 7513498266Sopenharmony_ci#define CURL_OBSOLETE20 251756714 7613498266Sopenharmony_ci#define CURL_QUOTE_ERROR 251756722 7713498266Sopenharmony_ci#define CURL_HTTP_RETURNED_ERROR 251756730 7813498266Sopenharmony_ci#define CURL_WRITE_ERROR 251756738 7913498266Sopenharmony_ci#define CURL_OBSOLETE24 251756746 8013498266Sopenharmony_ci#define CURL_UPLOAD_FAILED 251756754 8113498266Sopenharmony_ci#define CURL_READ_ERROR 251756762 8213498266Sopenharmony_ci#define CURL_OUT_OF_MEMORY 251756770 8313498266Sopenharmony_ci#define CURL_OPERATION_TIMEOUTED 251756778 8413498266Sopenharmony_ci#define CURL_OBSOLETE29 251756786 8513498266Sopenharmony_ci#define CURL_FTP_PORT_FAILED 251756794 8613498266Sopenharmony_ci#define CURL_FTP_COULDNT_USE_REST 251756802 8713498266Sopenharmony_ci#define CURL_OBSOLETE32 251756810 8813498266Sopenharmony_ci#define CURL_RANGE_ERROR 251756818 8913498266Sopenharmony_ci#define CURL_HTTP_POST_ERROR 251756826 9013498266Sopenharmony_ci#define CURL_SSL_CONNECT_ERROR 251756834 9113498266Sopenharmony_ci#define CURL_BAD_DOWNLOAD_RESUME 251756842 9213498266Sopenharmony_ci#define CURL_FILE_COULDNT_READ_FILE 251756850 9313498266Sopenharmony_ci#define CURL_LDAP_CANNOT_BIND 251756858 9413498266Sopenharmony_ci#define CURL_LDAP_SEARCH_FAILED 251756866 9513498266Sopenharmony_ci#define CURL_OBSOLETE40 251756874 9613498266Sopenharmony_ci#define CURL_FUNCTION_NOT_FOUND 251756882 9713498266Sopenharmony_ci#define CURL_ABORTED_BY_CALLBACK 251756890 9813498266Sopenharmony_ci#define CURL_BAD_FUNCTION_ARGUMENT 251756898 9913498266Sopenharmony_ci#define CURL_OBSOLETE44 251756906 10013498266Sopenharmony_ci#define CURL_INTERFACE_FAILED 251756914 10113498266Sopenharmony_ci#define CURL_OBSOLETE46 251756922 10213498266Sopenharmony_ci#define CURL_TOO_MANY_REDIRECTS 251756930 10313498266Sopenharmony_ci#define CURL_UNKNOWN_TELNET_OPTION 251756938 10413498266Sopenharmony_ci#define CURL_TELNET_OPTION_SYNTAX 251756946 10513498266Sopenharmony_ci#define CURL_OBSOLETE50 251756954 10613498266Sopenharmony_ci#define CURL_PEER_FAILED_VERIF 251756962 10713498266Sopenharmony_ci#define CURL_GOT_NOTHING 251756970 10813498266Sopenharmony_ci#define CURL_SSL_ENGINE_NOTFOUND 251756978 10913498266Sopenharmony_ci#define CURL_SSL_ENGINE_SETFAILED 251756986 11013498266Sopenharmony_ci#define CURL_SEND_ERROR 251756994 11113498266Sopenharmony_ci#define CURL_RECV_ERROR 251757002 11213498266Sopenharmony_ci#define CURL_OBSOLETE57 251757010 11313498266Sopenharmony_ci#define CURL_SSL_CERTPROBLEM 251757018 11413498266Sopenharmony_ci#define CURL_SSL_CIPHER 251757026 11513498266Sopenharmony_ci#define CURL_SSL_CACERT 251757034 11613498266Sopenharmony_ci#define CURL_BAD_CONTENT_ENCODING 251757042 11713498266Sopenharmony_ci#define CURL_LDAP_INVALID_URL 251757050 11813498266Sopenharmony_ci#define CURL_FILESIZE_EXCEEDED 251757058 11913498266Sopenharmony_ci#define CURL_USE_SSL_FAILED 251757066 12013498266Sopenharmony_ci#define CURL_SEND_FAIL_REWIND 251757074 12113498266Sopenharmony_ci#define CURL_SSL_ENGINE_INITFAILED 251757082 12213498266Sopenharmony_ci#define CURL_LOGIN_DENIED 251757090 12313498266Sopenharmony_ci#define CURL_TFTP_NOTFOUND 251757098 12413498266Sopenharmony_ci#define CURL_TFTP_PERM 251757106 12513498266Sopenharmony_ci#define CURL_REMOTE_DISK_FULL 251757114 12613498266Sopenharmony_ci#define CURL_TFTP_ILLEGAL 251757122 12713498266Sopenharmony_ci#define CURL_TFTP_UNKNOWNID 251757130 12813498266Sopenharmony_ci#define CURL_REMOTE_FILE_EXISTS 251757138 12913498266Sopenharmony_ci#define CURL_TFTP_NOSUCHUSER 251757146 13013498266Sopenharmony_ci#define CURL_CONV_FAILED 251757154 13113498266Sopenharmony_ci#define CURL_CONV_REQD 251757162 13213498266Sopenharmony_ci#define CURL_SSL_CACERT_BADFILE 251757170 13313498266Sopenharmony_ci#define CURL_REMOTE_FILE_NOT_FOUND 251757178 13413498266Sopenharmony_ci#define CURL_SSH 251757186 13513498266Sopenharmony_ci#define CURL_SSL_SHUTDOWN_FAILED 251757194 13613498266Sopenharmony_ci#define CURL_AGAIN 251757202 13713498266Sopenharmony_ci#define CURL_SSL_CRL_BADFILE 251757210 13813498266Sopenharmony_ci#define CURL_SSL_ISSUER_ERROR 251757218 13913498266Sopenharmony_ci#define CURL_CURL_LAST 251757226 14013498266Sopenharmony_ci 14113498266Sopenharmony_ci#pragma __member_alignment __restore 14213498266Sopenharmony_ci 14313498266Sopenharmony_ci#endif /* HEADER_CURLMSG_H */ 144