summaryrefslogtreecommitdiff
path: root/lib/httpserver/HTTPException.txt
blob: c9b3f940b091e12d6d425ea2e701750394468a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXCEPTION HTTP 10

Internal				0
RequestReadFailed			1
RequestAlreadyBeenRead			2
BadRequest				3
UnknownResponseCodeUsed			4
NoContentTypeSet			5
POSTContentTooLong			6
CannotSetRedirectIfReponseHasData	7
CannotSetNotFoundIfReponseHasData	8
NotImplemented				9
RequestNotInitialised			10
BadResponse				11
ResponseReadFailed			12
NoStreamConfigured			13
RequestFailedUnexpectedly		14	The request was expected to succeed, but it failed.