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