Error Codes
Code  | 
Description  | 
|---|---|
SESSION_EXPIRED  | 
Session has life span over please login again  | 
SESSION_LEFT_IDLE  | 
Session has been invalidated to due lack activity  | 
INVALID_SESSIONID  | 
Session identifier provided is invalid  | 
INVALID_AUTH_TOKEN  | 
Specified token is invalid or expired  | 
ACCESSKEY_UNDEFINED  | 
Access key for the user is undefined  | 
INVALID_USER_CREDENTIALS  | 
Invalid username or password  | 
AUTHENTICATION_REQUIRED  | 
Given user is inactive  | 
AUTHENTICATION_FAILURE  | 
Authencation failed  | 
ACCESS_DENIED  | 
Permission is denied to perform operation (depends on request)  | 
DATABASE_QUERY_ERROR  | 
Database error while performing required operation (depends on request)  | 
QUERY_SYNTAX_ERROR  | 
Syntax error in query  | 
MANDATORY_FIELDS_MISSING  | 
Mandantory field is missing or does not have a value (depends on request)  | 
REFERENCE_INVALID  | 
Invalid reference specified for given fieldname (depends on request)  | 
INVALID_ID_ATTRIBUTE  | 
Id specified is incorrect  | 
RECORD_NOT_FOUND  | 
Record you are trying to access is not found  | 
RECORD_NOT_SAVED  | 
Record is not saved  | 
INTERNAL_SERVER_ERROR  | 
Unknown error while processing request  | 
OPERATION_NOT_SUPPORTED  | 
Operation you calling is not supported (depends on request)  | 
UNKOWN_ENTITY  | 
Entity is not associated with any tables  | 
INVALID_OLD_PASSWORD  | 
Invalid value given for old password  | 
NEW_PASSWORD_MISMATCH  | 
New password and confirm password don’t match  | 
CHANGE_PASSWORD_FAILURE  | 
Failed to change password  | 
INVALID_FILE_LOCATION_TYPE  | 
File location type needs to be ‘I’  | 
INVALID_FILESTATUS  | 
File status needs to be ‘1’  | 
ATTACHMENT_WRONG_ENCODING  | 
We support only base64 encoding  | 
ATTACHMENT_NO_DATA  | 
No binary data retrieved or encoding incorrect  | 
INVALID_FILENAME  | 
Filename is invalid  | 
MAINTENANCE_MODE  | 
The maintenance mode has been activated. Until the maintenance is completed, no actions can be performed via the web services. Additionally, the HTTP status code 503 is returned.  |