! ! These VMS error codes are generated by taking apart the curl.h ! file and putting all the CURLE_* enum stuff into this file, ! CURLMSG.MSG. An .SDL file is created from this file with ! MESSAGE/SDL. The .H file is created using the freeware SDL tool ! against the .SDL file with SDL/ALPHA/LANG=CC command. ! ! With the exception of CURLE_OK, all of the messages are at ! the error severity level. With the exception of ! PEER_FAILED_VERIF, which is a shortened form of ! PEER_FAILED_VERIFICATION, these are the same names as the ! CURLE_ ones in include/curl.h. The Message Utility manual states ! "The combined length of the prefix and the message symbol name cannot ! exceed 31 characters." With a prefix of five that leaves us with 26 ! for the message name. ! ! If you update this file also update curlmsg_vms.h so that they are in sync ! .TITLE CURLMSG Message files .FACILITY CURL,1793 /PREFIX=CURL_ .BASE 1 .SEVERITY SUCCESS OK .SEVERITY ERROR UNSUPPORTED_PROTOCOL FAILED_INIT URL_MALFORMAT OBSOLETE4 COULDNT_RESOLVE_PROXY COULDNT_RESOLVE_HOST COULDNT_CONNECT FTP_WEIRD_SERVER_REPLY FTP_ACCESS_DENIED OBSOLETE10 FTP_WEIRD_PASS_REPLY OBSOLETE12 FTP_WEIRD_PASV_REPLY FTP_WEIRD_227_FORMAT FTP_CANT_GET_HOST OBSOLETE16 FTP_COULDNT_SET_TYPE PARTIAL_FILE FTP_COULDNT_RETR_FILE OBSOLETE20 QUOTE_ERROR HTTP_RETURNED_ERROR WRITE_ERROR OBSOLETE24 UPLOAD_FAILED READ_ERROR OUT_OF_MEMORY OPERATION_TIMEOUTED OBSOLETE29 FTP_PORT_FAILED FTP_COULDNT_USE_REST OBSOLETE32 RANGE_ERROR HTTP_POST_ERROR SSL_CONNECT_ERROR BAD_DOWNLOAD_RESUME FILE_COULDNT_READ_FILE LDAP_CANNOT_BIND LDAP_SEARCH_FAILED OBSOLETE40 FUNCTION_NOT_FOUND ABORTED_BY_CALLBACK BAD_FUNCTION_ARGUMENT OBSOLETE44 INTERFACE_FAILED OBSOLETE46 TOO_MANY_REDIRECTS UNKNOWN_TELNET_OPTION TELNET_OPTION_SYNTAX OBSOLETE50 PEER_FAILED_VERIF GOT_NOTHING SSL_ENGINE_NOTFOUND SSL_ENGINE_SETFAILED SEND_ERROR RECV_ERROR OBSOLETE57 SSL_CERTPROBLEM SSL_CIPHER SSL_CACERT BAD_CONTENT_ENCODING LDAP_INVALID_URL FILESIZE_EXCEEDED USE_SSL_FAILED SEND_FAIL_REWIND SSL_ENGINE_INITFAILED LOGIN_DENIED TFTP_NOTFOUND TFTP_PERM REMOTE_DISK_FULL TFTP_ILLEGAL TFTP_UNKNOWNID REMOTE_FILE_EXISTS TFTP_NOSUCHUSER CONV_FAILED CONV_REQD SSL_CACERT_BADFILE REMOTE_FILE_NOT_FOUND SSH SSL_SHUTDOWN_FAILED AGAIN SSL_CRL_BADFILE SSL_ISSUER_ERROR CURL_LAST .END