Aggregation task API error codes
Code | Error |
---|---|
601 | The user is not allowed to do the operation in the selected domain. |
602 | The aggregation task doesn't exist. |
603 | The aggregation task doesn't exist in the domain. |
620 | The query of the aggregation task is wrong. |
621 | The function in the query’s LINQ is not a valid statistic function. |
622 | The date field doesn't have the correct format. |
623 | The aggregation task for the query is already registered with another aggregation task ID. |
624 | An aggregation task with the same name is already registered. |
625 | The aggregation task is built by table. You cannot change it. |
627 | A LINQ query is mandatory in order to build an aggregation task. |
630 | It's not possible to build the aggregation task definition with these parameters. |
632 | You cannot use count alias in a returned field. |
633 | The aggregation task must be created in a more recent date. |
644 | An aggregation task with this ID is already registered. |
646 | The domain doesn't allow for the creation of more custom aggregation tasks. |
647 | The user cannot access the domain. |
648 | The domain doesn't exist. |
700 | Bad request. Check the request payload and its corresponding headers. |
704 | Error connecting to the Aggregation Tasks Engine. |
720 | The creation command for the aggregation task failed. |
721 | The status command for the aggregation task failed. |
722 | The status command for all aggregation tasks failed. |
723 | The start command for the aggregation task failed. |
724 | The resume command for the aggregation task failed. |
725 | The delete command for the aggregation task failed. |
726 | The update command for the aggregation task failed. |
729 | Error with the query/update to database. |
730 | Error getting definition of the aggregation task. |
731 | No response from the Aggregation Tasks Engine. |
733 | Cannot get the visibility of the domain. |