2010-02-14 14:40:18 -05:00
|
|
|
!
|
|
|
|
! 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
|
2004-03-21 17:38:01 -05:00
|
|
|
! MESSAGE/SDL. The .H file is created using the freeware SDL tool
|
2005-04-08 01:07:04 -04:00
|
|
|
! against the .SDL file with SDL/ALPHA/LANG=CC command.
|
2004-03-21 17:38:01 -05:00
|
|
|
!
|
2010-02-14 14:40:18 -05:00
|
|
|
! 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
|
2005-04-08 01:07:04 -04:00
|
|
|
! CURLE_ ones in include/curl.h. The Message Utility manual states
|
2010-02-14 14:40:18 -05:00
|
|
|
! "The combined length of the prefix and the message symbol name cannot
|
2005-04-08 01:07:04 -04:00
|
|
|
! exceed 31 characters." With a prefix of five that leaves us with 26
|
|
|
|
! for the message name.
|
2010-02-14 14:40:18 -05:00
|
|
|
!
|
2005-02-11 16:01:52 -05:00
|
|
|
! If you update this file also update curlmsg_vms.h so that they are in sync
|
2010-02-14 14:40:18 -05:00
|
|
|
!
|
2004-03-21 17:38:01 -05:00
|
|
|
.TITLE CURLMSG Message files
|
|
|
|
.FACILITY CURL,1793 /PREFIX=CURL_
|
|
|
|
.BASE 1
|
|
|
|
.SEVERITY SUCCESS
|
|
|
|
OK <normal successful completion>
|
|
|
|
|
|
|
|
.SEVERITY ERROR
|
|
|
|
UNSUPPORTED_PROTOCOL <unsupported protocol>
|
|
|
|
FAILED_INIT <failed init>
|
|
|
|
URL_MALFORMAT <URL malformat>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE4 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
COULDNT_RESOLVE_PROXY <could not resolve proxy>
|
|
|
|
COULDNT_RESOLVE_HOST <could not resolve host>
|
|
|
|
COULDNT_CONNECT <could not connect>
|
2016-08-22 15:37:03 -04:00
|
|
|
WEIRD_SERVER_REPLY <weird server reply>
|
2004-03-21 17:38:01 -05:00
|
|
|
FTP_ACCESS_DENIED <FTP access denied>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE10 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
FTP_WEIRD_PASS_REPLY <FTP weird PASS reply>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE12 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
FTP_WEIRD_PASV_REPLY <FTP weird PASV reply>
|
|
|
|
FTP_WEIRD_227_FORMAT <FTP weird 227 format>
|
|
|
|
FTP_CANT_GET_HOST <FTP can not get host>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE16 <obsolete error code>
|
|
|
|
FTP_COULDNT_SET_TYPE <FTP could not set type>
|
2004-03-21 17:38:01 -05:00
|
|
|
PARTIAL_FILE <partial file>
|
|
|
|
FTP_COULDNT_RETR_FILE <FTP could not RETR file>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE20 <obsolete error code>
|
|
|
|
QUOTE_ERROR <quote command error>
|
2004-03-21 17:38:01 -05:00
|
|
|
HTTP_RETURNED_ERROR <HTTP returned error>
|
|
|
|
WRITE_ERROR <write error>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE24 <obsolete error code>
|
|
|
|
UPLOAD_FAILED <failed upload command>
|
2004-03-21 17:38:01 -05:00
|
|
|
READ_ERROR <read error, could not open/read file>
|
|
|
|
OUT_OF_MEMORY <out of memory>
|
|
|
|
OPERATION_TIMEOUTED <operation timed out, timeout time was reached>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE29 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
FTP_PORT_FAILED <FTP PORT operation failed>
|
|
|
|
FTP_COULDNT_USE_REST <FTP REST command failed>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE32 <obsolete error code>
|
|
|
|
RANGE_ERROR <RANGE command error>
|
2004-03-21 17:38:01 -05:00
|
|
|
HTTP_POST_ERROR <HTTP POST error>
|
|
|
|
SSL_CONNECT_ERROR <SSL connect error>
|
|
|
|
BAD_DOWNLOAD_RESUME <bad download resume>
|
|
|
|
FILE_COULDNT_READ_FILE <FILE could not read file>
|
|
|
|
LDAP_CANNOT_BIND <LDAP cannot bind>
|
|
|
|
LDAP_SEARCH_FAILED <LDAP search failed>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE40 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
FUNCTION_NOT_FOUND <function not found>
|
|
|
|
ABORTED_BY_CALLBACK <aborted by callback>
|
|
|
|
BAD_FUNCTION_ARGUMENT <bad function argument>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE44 <obsolete error code>
|
2005-02-11 16:01:52 -05:00
|
|
|
INTERFACE_FAILED <CURLOPT_INTERFACE failed>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE46 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
TOO_MANY_REDIRECTS <too many redirects>
|
|
|
|
UNKNOWN_TELNET_OPTION <unknown TELNET option>
|
|
|
|
TELNET_OPTION_SYNTAX <malformed TELNET option syntax>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE50 <obsolete error code>
|
|
|
|
PEER_FAILED_VERIF <peer certificate or fingerprint failed>
|
2004-03-21 17:38:01 -05:00
|
|
|
GOT_NOTHING <got nothing>
|
|
|
|
SSL_ENGINE_NOTFOUND <SSL crypto engine not found>
|
|
|
|
SSL_ENGINE_SETFAILED <SSL can not set SSL crypto engine as default>
|
|
|
|
SEND_ERROR <SEND error, failure sending network data>
|
|
|
|
RECV_ERROR <RECV error, failure receiving network data>
|
2008-05-30 19:51:09 -04:00
|
|
|
OBSOLETE57 <obsolete error code>
|
2004-03-21 17:38:01 -05:00
|
|
|
SSL_CERTPROBLEM <SSL problem with the local certificate>
|
|
|
|
SSL_CIPHER <SSL CIPHER, could not use specified cipher>
|
|
|
|
SSL_CACERT <SSL CACERT, problem with the CA cert (path?)>
|
|
|
|
BAD_CONTENT_ENCODING <unrecognized transfer encoding>
|
|
|
|
LDAP_INVALID_URL <LDAP invalid url>
|
|
|
|
FILESIZE_EXCEEDED <maximum file size exceeded>
|
2008-05-30 19:51:09 -04:00
|
|
|
USE_SSL_FAILED <requested FTP SSL level failed>
|
2005-02-11 16:01:52 -05:00
|
|
|
SEND_FAIL_REWIND <sending data requires a rewind that failed>
|
|
|
|
SSL_ENGINE_INITFAILED <failed to initialise ENGINE>
|
|
|
|
LOGIN_DENIED <user or password not accepted. failed to login>
|
2005-12-29 19:07:25 -05:00
|
|
|
TFTP_NOTFOUND <file not found on server>
|
|
|
|
TFTP_PERM <permission problem on server>
|
2008-05-30 19:51:09 -04:00
|
|
|
REMOTE_DISK_FULL <out of disk space on server>
|
2005-12-29 19:07:25 -05:00
|
|
|
TFTP_ILLEGAL <illegal TFTP operation>
|
|
|
|
TFTP_UNKNOWNID <unknown transfer ID>
|
2008-05-30 19:51:09 -04:00
|
|
|
REMOTE_FILE_EXISTS <file already exists>
|
2005-12-29 19:07:25 -05:00
|
|
|
TFTP_NOSUCHUSER <no such user>
|
2007-01-31 04:37:39 -05:00
|
|
|
CONV_FAILED <conversion failed>
|
|
|
|
CONV_REQD <caller must register conversion callbacks>
|
|
|
|
SSL_CACERT_BADFILE <could not load CACERT file>
|
2007-07-11 19:17:11 -04:00
|
|
|
REMOTE_FILE_NOT_FOUND <remote file not found>
|
|
|
|
SSH <unspecified error from the SSH layer>
|
|
|
|
SSL_SHUTDOWN_FAILED <failed to shut down the SSL connection>
|
2008-05-30 19:51:09 -04:00
|
|
|
AGAIN <socket not ready, wait and try again>
|
2008-09-03 16:51:36 -04:00
|
|
|
SSL_CRL_BADFILE <could not load CRL file, missing or wrong format>
|
|
|
|
SSL_ISSUER_ERROR <issuer check failed>
|
2004-03-21 17:38:01 -05:00
|
|
|
CURL_LAST <CURLMSG.MSG is out of sync with the source code>
|
|
|
|
|
|
|
|
.END
|