Skip to content

API_Error_Codes

Andre Pawlowski edited this page Jun 16, 2019 · 2 revisions

API: Error Codes

In this document the error codes returned by the API are explained.

Codes

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.
Clone this wiki locally