From Ape Wiki
[edit] Errors codes
There is a list of errors code, please add yours if you are creating a public module
| Error code | Error value | Error description |
|---|---|---|
| 001 | BAD_PARAMS | A needed parameter is missing |
| 002 | BAD_CMD | Unknown command has been sent |
| 004 | BAD_SESSID | Unknown sessid has been sent |
| 005 | BAD_JSON | The Json is not well formated |
| 200 | UNKNOWN_CONNECTION_ERROR | Unknown connection error occured |
| 225-249 | Reserved | -- |
| 250 | BAD_CHL | Challenge number sent is not good |


