Team Task Assignment Filter Errors (6000 – 6999)
You may encounter one of the following team task assignment errors. Please match the error message with one of the following values.
| Status Code | Error Message |
|---|---|
| 6000 | The task assignment filter could not run because the provided team (ID: {0}) has no members. |
| 6001 | The task assignment filter did not return an array. |
| 6002 | The array returned from the task assignment filter contained an element that was not a member object. |
| 6003 | The array returned from the task assignment filter contained an object that did not have a numeric ID. |
| 6004 | The filter '{0}' produced no candidates when applied to the team '{1}'. |
| 6005 | The team '{0}' does not contain the roles '{1}' referenced in a filter ({2}). |
| 6006 | The '$invalidRoles' array was overwritten in a filter script ({0}). |
| 6007 | The "$invalidUserTasks" array was overwritten in a filter script ({0}). |
| 6008 | An instance (ID: {0}) of the process '{1}' did not have the completed steps with IDs {2} referenced in a filter ({3}). The steps either do not exist for the process or have no been completed for the instance. |
| 6009 | The XPath syntax was incorrect. |
| 6010 | Filter returned a script error: {0} |
| 6011 | The JavaScript filter contained an error: '{0}' |
| 6100 | A filter requires a label in order to be saved. |
| 6101 | A filter requires a script in order to be saved. |
| 6102 | The '$invalidUserTasks' array was overwritten in a filter script ({0}). |
| 6103 | An array, that was expected to hold only strings, contained an element that was not a string. |
| 6105 | The rule '{0}' cannot be used with the team '{1}' because it is associated with a different team. |
| 6106 | An array that was expected to hold only numbers contained an element that was not a number. |
| 6107 | A number array that was expected to hold only integers contained a number that was not an integer. |
| 6108 | No filter could be found with the name '{0}'. |
| 6109 | Maximum character limit ({0}) reached while reading from stream. |
| 6110 | An unknown error occurred while reading from stream. |