When you receive an error response, you will usually get a code and a message parameter, as shown in the schema above, that inform you about the error. A code will make it easier to identify the issue when communicating with the admin.Here is the list of error codes :Clients#
CLIENT_CLOSED_REQUEST#
This happens when the API request is still being processed, and the client cancels it.CLIENT_ACCOUNT_INACTIVE#
The client's status is inactive and therefore does not have access to send API requests.
Solution : Contact admin for detail informationCLIENT_ACCOUNT_SUSPENDED#
The client's status is suspended and therefore does not have access to send API requests.
Solution : Contact admin for detail informationCLIENT_ACCOUNT_DELETED#
The client's status is deleted and therefore does not have access to send API requests.
Solution : Contact admin for detail informationUNITSYSTEM00001#
Client key used in the request is not found or not registered.
Solution : Contact admin to get the correct client keyUNITSYSTEM00002#
The client does not have access to a specific endpoint.
Solution : Contact admin for detail informationUsers#
USER_NOT_FOUND#
The email or whatsapp account used for login don't registered.
Solution : Use a valid account for loginINVALID_PASSWORD#
The password used for login is not valid.
Solution : Use a valid password for loginUSER_NOT_ACTIVE#
The user's status is inactive.
Solution : Contact admin for detail informationUSER_SUSPENDED#
The user's status is suspended.
Solution : Contact admin for detail informationUSER_DELETED#
The user's status is deleted.
Solution : Contact admin for detail informationFAILED_UPDATE_USER_TOKEN#
The error shown when try to login / register.
Solution : The error shown maybe the reqToken is invalid, please use a valid reqToken.Others#
REQUEST_TIMEOUT#
The request API took too long time to process.
Solution : Retry to request API. If get the same error, please contact the AdminDUPLICATE_KEY#
There is a field whose value already exists in the database, causing a duplicate error.
Solution : Change the value of the field that causes the duplicate.INVALID_OBJECT_ID#
There is a field such as token/id that is invalid.
Solution : Check the field that set to the API requests. Modified at 2025-04-04 13:25:54