-
Notifications
You must be signed in to change notification settings - Fork 11
api return code
Belikhun edited this page Mar 17, 2019
·
5 revisions
| code | description |
|---|---|
| -1 | unknown error |
| 0 | success |
| code | description |
|---|---|
| 01 | missing required query |
| 02 | missing required form |
| 03 | variable type mismatch |
| 04 | missing token |
| 05 | wrong token |
| 06 | error |
| code | description |
|---|---|
| 11 | not logged in |
| 12 | already logged in |
| 13 | wrong username |
| 14 | wrong password |
| 15 | new password and retype new password doesnt match |
| code | description |
|---|---|
| 21 | edit info disabled |
| 22 | file submit disabled |
| 23 | view log disabled |
| code | description |
|---|---|
| 31 | access denied |
| 32 | rate limited |
| code | description |
|---|---|
| 41 | no file selected |
| 42 | file too large |
| 43 | file not accepted |
| 44 | file not found |
| 45 | file exist |
| code | description |
|---|---|
| 101 | not in contest mode |
| 102 | modified nothing |
| 103 | contest not started |
| 104 | contest ended |
| 105 | contest not ended |
| 106 | disconnected |