-
Notifications
You must be signed in to change notification settings - Fork 0
Custom error codes
AuxiliumCDNG edited this page Dec 27, 2021
·
2 revisions
To make it easy in the frontend to know whats happening, we've introduced some custom error codes. In no particular order, just to help make the API easier to use. The API will also often return more detailed informations along the code.
| code | meaning |
|---|---|
| 901 | Username already taken |
| 902 | Email already taken |
| 903 | Problem during login |
| 904 | Wrong password |
| 905 | User not found |
| 906 | Not permitted |