API error codes
The list of API error codes and their descriptions.
| Errors and messages | Descriptions |
|---|---|
| CIWCA16000 - ApiKey is undefined or invalid. | The provided ApiKey is undefined or invalid. |
| CIWCA16001 - Incorrect parameters passed. | Invalid parameter requests, related with HTTP 400. |
| CIWCA16002 - Server failure. | Server fails when processing API call. |
| CIWCA16003 - JSON options not passed. | JSON output selected but jsonOptions parameter not defined. |
| CIWCA16004 - JSON options not properly selected. | JSON options parameter not passed correctly. |
| CIWCA16005 - Endpoints could not be read. | System cannot read the Endpoints when processing API call. |
| CIWCA16006 - Object store credentials failure. | Object store credentials fails when processing API call. |
| CIWCA16007 - Object store failure. | Object store fails when processing API call. |
| CIWCA16008 - authentication failed when getting credentials. | Authentication fails when getting credentials using API. |
| CIWCA16009 - Box failure. | Box field when processing API call. |
| CIWCA16010 - ObjectStore token failure. | ObjectStore token fails when processing API call. |
| CIWCA16011 - JSON not found. | JSON is not found during API call. |
| CIWCA16012 - PDF not found. | PDF is not found during API call. |
| CIWCA16013 - UTF8 not found. | UTF8 is not found during API call. |
| CIWCA16014 - Credentials provided are either undefined or invalid. | The credentials are undefined or are invalid. |
| CIWCA16015 - Tenant parameters provided are either undefined or invalid. | The tenant parameters are undefined or invalid. |
| CIWCA16022 - Failed to export API Call. | System fails to export API Call. |
| CIWCA16024 - Backup credential already exists. | Backup credential already exists as result of API call. |
| CIWCA16025 - Failed to insert ObjectStore API for backup. | System fails to insert ObjectStore API for backup. |
| CIWCA16026 - Failed to generate configuration. Check credential. | System fails to generate config. Verify the credentials. |
| CIWCA16027 - Failed to process the file. | System fails to process the file in API Call. |
| CIWCA16028 - Failed to validate credential. Check credential. | System fails to validate credential. Verify the credentials. |
| CIWCA16030 - There was no data associated with the provided analyzer ID. | There was no data associated with the provided analyzer ID. |
| CIWCA16031 - The processing is still in progress. | Cannot get the output when the request is in progress. |
| CIWCA16032 - The processing is failed. | Cannot get the output when the request is failed. |
| CIWCA16035 - Unable to delete information from mongodb. | Information cannot be deleted from the database. |
| CIWCA16036 - File extension or format is invalid. | The file extension or format is not correct. |
| CIWCA16037 - Parameters in responseType is invalid. | The parameters in responseType is invalid. |
| CIWCA16038 - Analyzer ID is invalid. | Analyzer ID is not valid. |
| CIWCA16039 - Parameters in attributes is invalid. | Attributes must be included in JSON schema. |
| CIWCA16040 - Parameters in pages is invalid. | A valid page number is required. |
| CIWCA16041 - A training model was not deployed. | A training model was not provided. |
| CIWCA16042 - Model ID provided does not exist. | The ModelId does not exist. |
| CIWCA16043 - Failed to upload the training files because files are missing. | The training files are missing and cannot be uploaded. |
| CIWCA16044 - Failed to delete the training files because no training files found in this document class. | There are no training files in this document class. No files can be deleted. |
| CIWCA16045 - Failed to test the classification model because modelId or files are missing. | The classification model cannot be tested since the modelId or files are missing. |
| CIWCA16046 - Failed to test the classification model because modelId is invalid. | The classification model cannot be tested since the modelId is invalid. |
| CIWCA16047 - ModelID cannot have an empty value. | Provide a value for the ModelId. |
| CIWCA16048 - Model status is invalid. | The status for the model is invalid. |
| CIWCA16049 - No model found based on the query. | The query did not find the model. |
| CIWCA16100 - Some training files provided are not included in the document class. | The document class does not contain the training files that are provided. |
| CIWCA16101 - Task is not defined or invalid. | The task is not properly defined. |
| CIWCA16102 - Failed to deploy the latest trained model because classifierId is missing. | Since the classifierId parameter is missing, the latest trained model cannot be deployed. |
| CIWCA16103 - Failed to deploy the latest trained model because classifierId is not from the latest trained model. | The classifierId parameter is not associated with this trained model. The model cannot be deployed. |
| CIWCA16104 - Failed to activate or deactivate the model because it is not deployed yet. | The model cannot be activated or deactivated until it is deployed. |
| CIWCA16105 - Failed to deploy the model because classifierId is not included in the model. | The model will not be deployed until the classifierId parameter is included in the model. |
| CIWCA16106 - Failed to update the model because request body is empty. | Since the request body is empty, the model cannot be updated. |
| CIWCA16107 - Failed to set the default model because no deployed model is found. | The default model is not set because there is no model that is deployed. |
| CIWCA16108 - Failed to delete the models because no model is found. | There is no model to delete. |
| CIWCA16109 - No model found based on the modelId provided. | A model does not exist with the modelId that was provided. |
| CIWCA16110 - Function does not apply to document class ID 0. | The function does not work with document class ID 0. |
| CIWCA16111 - Invalid parameter provided in the request body. | There is an invalid parameter in the request body. |