elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.12k forks source link

[Reporting] Handle error scenarios for deleted user and deleted saved object #191548

Open tsullivan opened 2 weeks ago

tsullivan commented 2 weeks ago

In the Reporting plugin, we have error codes that are assigned during report job runs in case the job fails. These codes are used to create meaningful error messages to users when the view the error details in the Reporting UI (Stack Management > Alerts & Insights > Reporting).

Error codes for Reporting are mapped in https://github.com/elastic/kibana/blob/ae18346f0e0a0cc1e5ef18aaa9c27d34010279bb/x-pack/plugins/reporting/common/errors/map_to_reporting_error.ts#L45

Update the set of known errors and add codes for the following:

Other:

elasticmachine commented 2 weeks ago

Pinging @elastic/appex-sharedux (Team:SharedUX)