1*6236dae4SAndroid Build Coastguard Worker!*************************************************************************** 2*6236dae4SAndroid Build Coastguard Worker! _ _ ____ _ 3*6236dae4SAndroid Build Coastguard Worker! Project ___| | | | _ \| | 4*6236dae4SAndroid Build Coastguard Worker! / __| | | | |_) | | 5*6236dae4SAndroid Build Coastguard Worker! | (__| |_| | _ <| |___ 6*6236dae4SAndroid Build Coastguard Worker! \___|\___/|_| \_\_____| 7*6236dae4SAndroid Build Coastguard Worker! 8*6236dae4SAndroid Build Coastguard Worker! Copyright (C) Daniel Stenberg, <[email protected]>, et al. 9*6236dae4SAndroid Build Coastguard Worker! 10*6236dae4SAndroid Build Coastguard Worker! This software is licensed as described in the file COPYING, which 11*6236dae4SAndroid Build Coastguard Worker! you should have received as part of this distribution. The terms 12*6236dae4SAndroid Build Coastguard Worker! are also available at https://curl.se/docs/copyright.html. 13*6236dae4SAndroid Build Coastguard Worker! 14*6236dae4SAndroid Build Coastguard Worker! You may opt to use, copy, modify, merge, publish, distribute and/or sell 15*6236dae4SAndroid Build Coastguard Worker! copies of the Software, and permit persons to whom the Software is 16*6236dae4SAndroid Build Coastguard Worker! furnished to do so, under the terms of the COPYING file. 17*6236dae4SAndroid Build Coastguard Worker! 18*6236dae4SAndroid Build Coastguard Worker! This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19*6236dae4SAndroid Build Coastguard Worker! KIND, either express or implied. 20*6236dae4SAndroid Build Coastguard Worker! 21*6236dae4SAndroid Build Coastguard Worker! SPDX-License-Identifier: curl 22*6236dae4SAndroid Build Coastguard Worker! 23*6236dae4SAndroid Build Coastguard Worker!########################################################################## 24*6236dae4SAndroid Build Coastguard Worker! 25*6236dae4SAndroid Build Coastguard Worker! These VMS error codes are generated by taking apart the curl.h 26*6236dae4SAndroid Build Coastguard Worker! file and putting all the CURLE_* enum stuff into this file, 27*6236dae4SAndroid Build Coastguard Worker! CURLMSG.MSG. An .SDL file is created from this file with 28*6236dae4SAndroid Build Coastguard Worker! MESSAGE/SDL. The .H file is created using the freeware SDL tool 29*6236dae4SAndroid Build Coastguard Worker! against the .SDL file with SDL/ALPHA/LANG=CC command. 30*6236dae4SAndroid Build Coastguard Worker! 31*6236dae4SAndroid Build Coastguard Worker! With the exception of CURLE_OK, all of the messages are at 32*6236dae4SAndroid Build Coastguard Worker! the error severity level. With the exception of 33*6236dae4SAndroid Build Coastguard Worker! PEER_FAILED_VERIF, which is a shortened form of 34*6236dae4SAndroid Build Coastguard Worker! PEER_FAILED_VERIFICATION, these are the same names as the 35*6236dae4SAndroid Build Coastguard Worker! CURLE_ ones in include/curl.h. The Message Utility manual states 36*6236dae4SAndroid Build Coastguard Worker! "The combined length of the prefix and the message symbol name cannot 37*6236dae4SAndroid Build Coastguard Worker! exceed 31 characters." With a prefix of five that leaves us with 26 38*6236dae4SAndroid Build Coastguard Worker! for the message name. 39*6236dae4SAndroid Build Coastguard Worker! 40*6236dae4SAndroid Build Coastguard Worker! If you update this file also update curlmsg_vms.h so that they are in sync 41*6236dae4SAndroid Build Coastguard Worker! 42*6236dae4SAndroid Build Coastguard Worker.TITLE CURLMSG Message files 43*6236dae4SAndroid Build Coastguard Worker.FACILITY CURL,1793 /PREFIX=CURL_ 44*6236dae4SAndroid Build Coastguard Worker.BASE 1 45*6236dae4SAndroid Build Coastguard Worker.SEVERITY SUCCESS 46*6236dae4SAndroid Build Coastguard WorkerOK <normal successful completion> 47*6236dae4SAndroid Build Coastguard Worker 48*6236dae4SAndroid Build Coastguard Worker.SEVERITY ERROR 49*6236dae4SAndroid Build Coastguard WorkerUNSUPPORTED_PROTOCOL <unsupported protocol> 50*6236dae4SAndroid Build Coastguard WorkerFAILED_INIT <failed init> 51*6236dae4SAndroid Build Coastguard WorkerURL_MALFORMAT <URL malformat> 52*6236dae4SAndroid Build Coastguard WorkerOBSOLETE4 <obsolete error code> 53*6236dae4SAndroid Build Coastguard WorkerCOULDNT_RESOLVE_PROXY <could not resolve proxy> 54*6236dae4SAndroid Build Coastguard WorkerCOULDNT_RESOLVE_HOST <could not resolve host> 55*6236dae4SAndroid Build Coastguard WorkerCOULDNT_CONNECT <could not connect> 56*6236dae4SAndroid Build Coastguard WorkerWEIRD_SERVER_REPLY <weird server reply> 57*6236dae4SAndroid Build Coastguard WorkerFTP_ACCESS_DENIED <FTP access denied> 58*6236dae4SAndroid Build Coastguard WorkerOBSOLETE10 <obsolete error code> 59*6236dae4SAndroid Build Coastguard WorkerFTP_WEIRD_PASS_REPLY <FTP weird PASS reply> 60*6236dae4SAndroid Build Coastguard WorkerOBSOLETE12 <obsolete error code> 61*6236dae4SAndroid Build Coastguard WorkerFTP_WEIRD_PASV_REPLY <FTP weird PASV reply> 62*6236dae4SAndroid Build Coastguard WorkerFTP_WEIRD_227_FORMAT <FTP weird 227 format> 63*6236dae4SAndroid Build Coastguard WorkerFTP_CANT_GET_HOST <FTP can not get host> 64*6236dae4SAndroid Build Coastguard WorkerOBSOLETE16 <obsolete error code> 65*6236dae4SAndroid Build Coastguard WorkerFTP_COULDNT_SET_TYPE <FTP could not set type> 66*6236dae4SAndroid Build Coastguard WorkerPARTIAL_FILE <partial file> 67*6236dae4SAndroid Build Coastguard WorkerFTP_COULDNT_RETR_FILE <FTP could not RETR file> 68*6236dae4SAndroid Build Coastguard WorkerOBSOLETE20 <obsolete error code> 69*6236dae4SAndroid Build Coastguard WorkerQUOTE_ERROR <quote command error> 70*6236dae4SAndroid Build Coastguard WorkerHTTP_RETURNED_ERROR <HTTP returned error> 71*6236dae4SAndroid Build Coastguard WorkerWRITE_ERROR <write error> 72*6236dae4SAndroid Build Coastguard WorkerOBSOLETE24 <obsolete error code> 73*6236dae4SAndroid Build Coastguard WorkerUPLOAD_FAILED <failed upload command> 74*6236dae4SAndroid Build Coastguard WorkerREAD_ERROR <read error, could not open/read file> 75*6236dae4SAndroid Build Coastguard WorkerOUT_OF_MEMORY <out of memory> 76*6236dae4SAndroid Build Coastguard WorkerOPERATION_TIMEOUTED <operation timed out, timeout time was reached> 77*6236dae4SAndroid Build Coastguard WorkerOBSOLETE29 <obsolete error code> 78*6236dae4SAndroid Build Coastguard WorkerFTP_PORT_FAILED <FTP PORT operation failed> 79*6236dae4SAndroid Build Coastguard WorkerFTP_COULDNT_USE_REST <FTP REST command failed> 80*6236dae4SAndroid Build Coastguard WorkerOBSOLETE32 <obsolete error code> 81*6236dae4SAndroid Build Coastguard WorkerRANGE_ERROR <RANGE command error> 82*6236dae4SAndroid Build Coastguard WorkerHTTP_POST_ERROR <HTTP POST error> 83*6236dae4SAndroid Build Coastguard WorkerSSL_CONNECT_ERROR <SSL connect error> 84*6236dae4SAndroid Build Coastguard WorkerBAD_DOWNLOAD_RESUME <bad download resume> 85*6236dae4SAndroid Build Coastguard WorkerFILE_COULDNT_READ_FILE <FILE could not read file> 86*6236dae4SAndroid Build Coastguard WorkerLDAP_CANNOT_BIND <LDAP cannot bind> 87*6236dae4SAndroid Build Coastguard WorkerLDAP_SEARCH_FAILED <LDAP search failed> 88*6236dae4SAndroid Build Coastguard WorkerOBSOLETE40 <obsolete error code> 89*6236dae4SAndroid Build Coastguard WorkerFUNCTION_NOT_FOUND <function not found> 90*6236dae4SAndroid Build Coastguard WorkerABORTED_BY_CALLBACK <aborted by callback> 91*6236dae4SAndroid Build Coastguard WorkerBAD_FUNCTION_ARGUMENT <bad function argument> 92*6236dae4SAndroid Build Coastguard WorkerOBSOLETE44 <obsolete error code> 93*6236dae4SAndroid Build Coastguard WorkerINTERFACE_FAILED <CURLOPT_INTERFACE failed> 94*6236dae4SAndroid Build Coastguard WorkerOBSOLETE46 <obsolete error code> 95*6236dae4SAndroid Build Coastguard WorkerTOO_MANY_REDIRECTS <too many redirects> 96*6236dae4SAndroid Build Coastguard WorkerUNKNOWN_TELNET_OPTION <unknown TELNET option> 97*6236dae4SAndroid Build Coastguard WorkerTELNET_OPTION_SYNTAX <malformed TELNET option syntax> 98*6236dae4SAndroid Build Coastguard WorkerOBSOLETE50 <obsolete error code> 99*6236dae4SAndroid Build Coastguard WorkerPEER_FAILED_VERIF <peer certificate or fingerprint failed> 100*6236dae4SAndroid Build Coastguard WorkerGOT_NOTHING <got nothing> 101*6236dae4SAndroid Build Coastguard WorkerSSL_ENGINE_NOTFOUND <SSL crypto engine not found> 102*6236dae4SAndroid Build Coastguard WorkerSSL_ENGINE_SETFAILED <SSL can not set SSL crypto engine as default> 103*6236dae4SAndroid Build Coastguard WorkerSEND_ERROR <SEND error, failure sending network data> 104*6236dae4SAndroid Build Coastguard WorkerRECV_ERROR <RECV error, failure receiving network data> 105*6236dae4SAndroid Build Coastguard WorkerOBSOLETE57 <obsolete error code> 106*6236dae4SAndroid Build Coastguard WorkerSSL_CERTPROBLEM <SSL problem with the local certificate> 107*6236dae4SAndroid Build Coastguard WorkerSSL_CIPHER <SSL CIPHER, could not use specified cipher> 108*6236dae4SAndroid Build Coastguard WorkerSSL_CACERT <SSL CACERT, problem with the CA cert (path?)> 109*6236dae4SAndroid Build Coastguard WorkerBAD_CONTENT_ENCODING <unrecognized transfer encoding> 110*6236dae4SAndroid Build Coastguard WorkerLDAP_INVALID_URL <LDAP invalid url> 111*6236dae4SAndroid Build Coastguard WorkerFILESIZE_EXCEEDED <maximum file size exceeded> 112*6236dae4SAndroid Build Coastguard WorkerUSE_SSL_FAILED <requested FTP SSL level failed> 113*6236dae4SAndroid Build Coastguard WorkerSEND_FAIL_REWIND <sending data requires a rewind that failed> 114*6236dae4SAndroid Build Coastguard WorkerSSL_ENGINE_INITFAILED <failed to initialise ENGINE> 115*6236dae4SAndroid Build Coastguard WorkerLOGIN_DENIED <user or password not accepted. failed to login> 116*6236dae4SAndroid Build Coastguard WorkerTFTP_NOTFOUND <file not found on server> 117*6236dae4SAndroid Build Coastguard WorkerTFTP_PERM <permission problem on server> 118*6236dae4SAndroid Build Coastguard WorkerREMOTE_DISK_FULL <out of disk space on server> 119*6236dae4SAndroid Build Coastguard WorkerTFTP_ILLEGAL <illegal TFTP operation> 120*6236dae4SAndroid Build Coastguard WorkerTFTP_UNKNOWNID <unknown transfer ID> 121*6236dae4SAndroid Build Coastguard WorkerREMOTE_FILE_EXISTS <file already exists> 122*6236dae4SAndroid Build Coastguard WorkerTFTP_NOSUCHUSER <no such user> 123*6236dae4SAndroid Build Coastguard WorkerCONV_FAILED <conversion failed> 124*6236dae4SAndroid Build Coastguard WorkerCONV_REQD <caller must register conversion callbacks> 125*6236dae4SAndroid Build Coastguard WorkerSSL_CACERT_BADFILE <could not load CACERT file> 126*6236dae4SAndroid Build Coastguard WorkerREMOTE_FILE_NOT_FOUND <remote file not found> 127*6236dae4SAndroid Build Coastguard WorkerSSH <unspecified error from the SSH layer> 128*6236dae4SAndroid Build Coastguard WorkerSSL_SHUTDOWN_FAILED <failed to shut down the SSL connection> 129*6236dae4SAndroid Build Coastguard WorkerAGAIN <socket not ready, wait and try again> 130*6236dae4SAndroid Build Coastguard WorkerSSL_CRL_BADFILE <could not load CRL file, missing or wrong format> 131*6236dae4SAndroid Build Coastguard WorkerSSL_ISSUER_ERROR <issuer check failed> 132*6236dae4SAndroid Build Coastguard WorkerCURL_LAST <CURLMSG.MSG is out of sync with the source code> 133*6236dae4SAndroid Build Coastguard Worker 134*6236dae4SAndroid Build Coastguard Worker.END 135