-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Reporting] Handle error scenarios for deleted user and deleted saved object #191548
Comments
Pinging @elastic/appex-sharedux (Team:SharedUX) |
Hi @tsullivan, I’m interested in working on this issue. I have experience with error handling in Node.js and would love to contribute. Could you please confirm if this issue is still available for a good first issue? Thanks! |
@kowalczyk-krzysztof It looks like the error we are interested in will be thrown in that file but a little higher up, in
The way I tested this was:
Correct, it looks like I misremembered that auth issues are handled correctly already. The |
We have another task to work on which is heavily related. I wrote about how the two things can come together: #196620 (comment) |
@tsullivan Thanks for the explanation. It makes sense to work on #196620 at the same time, so I'll do that. |
This issue is based on an observation found via #191676
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
kibana/x-pack/plugins/reporting/common/errors/map_to_reporting_error.ts
Line 45 in ae18346
Update the set of known errors and add codes for the following:
Other:
The text was updated successfully, but these errors were encountered: