! $Id$ ! ! 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 ! FTP_USER_PWD_INCORRECT, which is a shortened form of ! FTP_USER_PASSWORD_INCORRECT, 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 URL_MALFORMAT_USER COULDNT_RESOLVE_PROXY COULDNT_RESOLVE_HOST COULDNT_CONNECT FTP_WEIRD_SERVER_REPLY FTP_ACCESS_DENIED FTP_USER_PWD_INCORRECT FTP_WEIRD_PASS_REPLY FTP_WEIRD_USER_REPLY FTP_WEIRD_PASV_REPLY FTP_WEIRD_227_FORMAT FTP_CANT_GET_HOST FTP_CANT_RECONNECT FTP_COULDNT_SET_BINARY PARTIAL_FILE FTP_COULDNT_RETR_FILE FTP_WRITE_ERROR FTP_QUOTE_ERROR HTTP_RETURNED_ERROR WRITE_ERROR MALFORMAT_USER FTP_COULDNT_STOR_FILE READ_ERROR OUT_OF_MEMORY OPERATION_TIMEOUTED FTP_COULDNT_SET_ASCII FTP_PORT_FAILED FTP_COULDNT_USE_REST FTP_COULDNT_GET_SIZE HTTP_RANGE_ERROR HTTP_POST_ERROR SSL_CONNECT_ERROR BAD_DOWNLOAD_RESUME FILE_COULDNT_READ_FILE LDAP_CANNOT_BIND LDAP_SEARCH_FAILED LIBRARY_NOT_FOUND FUNCTION_NOT_FOUND ABORTED_BY_CALLBACK BAD_FUNCTION_ARGUMENT BAD_CALLING_ORDER INTERFACE_FAILED BAD_PASSWORD_ENTERED TOO_MANY_REDIRECTS UNKNOWN_TELNET_OPTION TELNET_OPTION_SYNTAX OBSOLETE SSL_PEER_CERTIFICATE GOT_NOTHING SSL_ENGINE_NOTFOUND SSL_ENGINE_SETFAILED SEND_ERROR RECV_ERROR SHARE_IN_USE SSL_CERTPROBLEM SSL_CIPHER SSL_CACERT BAD_CONTENT_ENCODING LDAP_INVALID_URL FILESIZE_EXCEEDED FTP_SSL_FAILED SEND_FAIL_REWIND SSL_ENGINE_INITFAILED LOGIN_DENIED TFTP_NOTFOUND TFTP_PERM TFTP_DISKFULL TFTP_ILLEGAL TFTP_UNKNOWNID TFTP_EXISTS TFTP_NOSUCHUSER CURL_LAST .END