mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add error codes for protocol errors.
This commit is contained in:
parent
2fbeee0c6c
commit
be0d5ff224
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,3 +39,4 @@
|
|||
503 TEMP Service Unavailable
|
||||
504 TIMEOUT Gateway Time-out
|
||||
505 PROTO HTTP Version not supported
|
||||
999 PROTO Protocol error
|
||||
|
|
|
|||
Loading…
Reference in a new issue