-
-
Notifications
You must be signed in to change notification settings - Fork 12
API_Error_Codes
Andre Pawlowski edited this page Jun 16, 2019
·
2 revisions
In this document the error codes returned by the API are explained.
Code | Name | Description |
---|---|---|
0 | NO_ERROR | The request was successful. |
1 | DATABASE_ERROR | A database error occurred. Please contact the administrator to fix this problem. |
2 | AUTH_ERROR | An authentication error occurred. Probably the provided authentication data was wrong. |
3 | ILLEGAL_MSG_ERROR | The provided parameters are wrong. Either a mandatory parameter is missing or was provided with illegal data. |
4 | SESSION_EXPIRED | The session expired. This means the authentication has to be repeated by providing user credentials. |
5 | ACL_ERROR | Your user is not allowed to execute this action. |