source: box/trunk/lib/httpserver/HTTPException.txt @ 2437

Revision 2437, 397 bytes checked in by chris, 3 years ago (diff)

New exception code for sending an HTTP response when it was not created
with a stream to send to.

Line 
1EXCEPTION HTTP 10
2
3Internal                                                        0
4RequestReadFailed                                               1
5RequestAlreadyBeenRead                                          2
6BadRequest                                                      3
7UnknownResponseCodeUsed                                         4
8NoContentTypeSet                                                5
9POSTContentTooLong                                              6
10CannotSetRedirectIfReponseHasData                               7
11CannotSetNotFoundIfReponseHasData                               8
12NotImplemented                                                  9
13RequestNotInitialised                                           10
14BadResponse                                                     11
15ResponseReadFailed                                              12
16NoStreamConfigured                                              13
Note: See TracBrowser for help on using the repository browser.