[Reporting] Classify user errors correctly #196620
Labels
Feature:Reporting:Framework
Reporting issues pertaining to the overall framework
SharedUX/fix-it-week
Bugs that have been groomed and queued up for the team's next fix it week
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
If a report job fails, the failure is marked as an "unsuccessful" task outcome by Task Manager metrics. However, there are certain cases where a failure can be due to user configuration and would be expected:
This issue is to update Reporting code to account for these kinds of cases when handling errors, so that task outcomes metrics aren't affected.
An example of how this is done elsewhere is here (note
throw createTaskRunError(err, TaskErrorSource.USER);
).The text was updated successfully, but these errors were encountered: