|
Revision 571, 368 bytes
(checked in by winfried, 3 years ago)
|
|
Improvements to handler:
- error handling
- passing page config to page handler
- xml-alize the default configs
|
| Line | |
|---|
| 1 | Error Codes |
|---|
| 2 | |
|---|
| 3 | Handler (1000): |
|---|
| 4 | 1404 Page not found |
|---|
| 5 | 1500 Internal server error |
|---|
| 6 | |
|---|
| 7 | Webchat (3000): |
|---|
| 8 | 3201 A new room whas created for a client |
|---|
| 9 | 3301 You are banned |
|---|
| 10 | 3307 You have been kicked |
|---|
| 11 | 3401 Authorization failed |
|---|
| 12 | 3409 Registration failed (double username) |
|---|
| 13 | 3503 Service unavailable |
|---|
| 14 | 3500 Internal Server Error |
|---|
| 15 | 3601 iq error <specification> |
|---|
| 16 | 3999 Uspecified <specification> |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | |
|---|