Web API Errors
Brief explanation for the Efecte Web API error codes. Error may be caused, for example, by failed authorization, erroneous parameters or a badly formatted search query.
General Authorization Errors:
Code |
Explanation |
1001 |
User not authorized to use web services. Make sure the user belongs to a role which has product permission for Efecte Web API. |
1002 |
Efecte Web API license not found. |
Import Service Errors:
Code |
Explanation |
2001 |
Error in import. |
2010 |
No parameters received. |
2011 |
Invalid parameters. |
2012 |
Invalid parameters: no folderId or code found. |
2013 |
Invalid parameters: only either folderId or code is allowed. |
2014 |
Invalid parameters: only either restrictUpdateToFolderId or restrictUpdateToFolderCode is allowed. |
2100 |
Target folder not found. |
2101 |
Folder defined in restrictUpdateToFolderId or folderrestrictUpdateToFolderCode not found. |
2102 |
User not authorized to write into target folder. |
2200 |
Error in xml-import. |
Search Service Errors:
Code |
Explanation |
3001 |
Invalid search query. Make sure that the request includes the query parameter. The value must be a valid EQL expression. |
3002 |
Syntax error in search query. Make sure the query parameter value is valid EQL expression. For more information on EQL, refer to the document Efecte Query Language Description. |
3011 |
No such class found. EQL query targeted a non-existent or unsearchable class. For more information on searchable classes, refer to the document Efecte Query Language Description.
|
Delete Service Errors:
Code |
Explanation |
4001 |
Error in data card deletion. |
4010 |
Error in deletion: No parameters received. |
4011 |
Error in deletion: No id or query received. |
4012 |
Error in deletion: invalid id parameter. |
4030 |
Error in deletion by search query. |
4031 |
Error in deletion by search: search results should only contain entities. |
4032 |
Error in deletion by search: the query found no results. |
4033 |
Error in deletion by search: Invalid query. |
File Operation Errors (FileMetaData, FileDownload, FileUpload services):
Code |
Explanation |
5001 |
Error in file operations. |
5010 |
Error in file operations: missing parameters. |
5011 |
Error in file operations: invalid parameters. |
5012 |
Error in file operations: not authorized to access entity or attribute. |
5013 |
Error in file operations: not authorized to download file. |
5014 |
Error in file operations: specified file not found. |
5020 |
File upload error. |