diff options
author | Chris Wilson <chris+github@qwirx.com> | 2015-07-31 06:41:14 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2015-07-31 06:41:14 +0000 |
commit | 2752d3fc35f9502178ca3308dbcf2af95a4d4e6e (patch) | |
tree | e63860658a6b30123730038c07588d1480f24430 /lib/httpserver/HTTPException.txt | |
parent | 018a593ccbb3d6cc48236ba3e279156054c15bbc (diff) |
Add S3Store account creation.
Diffstat (limited to 'lib/httpserver/HTTPException.txt')
-rw-r--r-- | lib/httpserver/HTTPException.txt | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/lib/httpserver/HTTPException.txt b/lib/httpserver/HTTPException.txt index 52630cda..c9b3f940 100644 --- a/lib/httpserver/HTTPException.txt +++ b/lib/httpserver/HTTPException.txt @@ -1,16 +1,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 +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. |