Filtering and Complexity Exceptions
Last updated
Last updated
Whenever you make a request that is accepted and gives an error based on filters and/or complexity you can check the status code or name in the table below for more information. The description will show more details about how the error is created and what possible steps you can take to avoid these kind of errors.
Status | Name | Description |
---|---|---|
| Query complexity | This query (includes,filters etc) is too complex to process by the server, please check for more information. |
| Invalid query parameter | This parameter is not allowed on the request, please remove this parameter before trying again. |
| Inapplicable Filter | This filter cannot be used on this request, please check if the filter is correct or remove the filter. Check for more information. |