Commit ec050ccb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Marty Kuhrt's VMS updates

parent f19cade5
Loading
Loading
Loading
Loading
+563 B (4.53 KiB)

File changed.

No diff preview for this file type.

+11 −5
Original line number Diff line number Diff line
! 
! VMS error codes are generated by editing the curl.h file and putting all the
! CURLE_* enum stuff into this file.  With the exception of CURLE_OK, all 
! of the messages are at the error severity level.  With the exception of
! 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 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
! FTP_USER_PASSWORD_INCORRECT, these are the same names as the 
! CURLE_ ones in include/curl.h
! 
.TITLE		CURLMSG Message files
.FACILITY	CURL,1793	/PREFIX=CURL_
@@ -76,6 +81,7 @@ 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>
FTP_SSL_FAILED		<requested FTP SSL level failed>
CURL_LAST		<CURLMSG.MSG is out of sync with the source code>

.END
+390 B (5.29 KiB)

File changed.

No diff preview for this file type.