Add error codes for protocol errors.

This commit is contained in:
Dag-Erling Smørgrav 2000-01-07 12:56:27 +00:00
parent 2fbeee0c6c
commit be0d5ff224
3 changed files with 3 additions and 1 deletions

View File

@ -46,5 +46,5 @@ et ftch
ec FETCH_UNAVAIL, "File is not available"
ec FETCH_UNKNOWN, "Unknown error"
ec FETCH_URL, "Invalid URL"
ec FETCH_VERBOSE, ""
ec FETCH_VERBOSE, "Info:"
end

View File

@ -42,3 +42,4 @@
551 PROTO Requested action aborted. Page type unknown
552 FULL Exceeded storage allocation
553 EXISTS File name not allowed
999 PROTO Protocol error

View File

@ -39,3 +39,4 @@
503 TEMP Service Unavailable
504 TIMEOUT Gateway Time-out
505 PROTO HTTP Version not supported
999 PROTO Protocol error