summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPException.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/httpserver/HTTPException.txt')
-rw-r--r--lib/httpserver/HTTPException.txt19
1 files changed, 11 insertions, 8 deletions
diff --git a/lib/httpserver/HTTPException.txt b/lib/httpserver/HTTPException.txt
index f31f323d..dfc5533e 100644
--- a/lib/httpserver/HTTPException.txt
+++ b/lib/httpserver/HTTPException.txt
@@ -1,12 +1,15 @@
EXCEPTION HTTP 10
Internal 0
-RequestReadFailed 1
-RequestAlreadyBeenRead 2
+RequestReadFailed 1
+RequestAlreadyBeenRead 2
BadRequest 3
-UnknownResponseCodeUsed 4
-NoContentTypeSet 5
-POSTContentTooLong 6
-CannotSetRedirectIfReponseHasData 7
-CannotSetNotFoundIfReponseHasData 8
-NotImplemented 9
+UnknownResponseCodeUsed 4
+NoContentTypeSet 5
+POSTContentTooLong 6
+CannotSetRedirectIfReponseHasData 7
+CannotSetNotFoundIfReponseHasData 8
+NotImplemented 9
+RequestNotInitialised 10
+BadResponse 11
+ResponseReadFailed 12