Skip to content
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

Show an error dialog when the backend throws an exception #43

Open
laurachiticariu opened this issue Jun 7, 2022 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@laurachiticariu
Copy link
Collaborator

laurachiticariu commented Jun 7, 2022

In some circumstances, the XML generation or AQL compilation may throw an exception. Currently, the front-end does not show that exception. Instead, the front-end displays any results that were generated (from a subset of the nodes) and the user does not have an indication that there was a problem processing the rest of the nodes.

We would like the front-end to show a dialog with an exception, listing the full text of the exception for now.

In time, the UI will have enough front-end validation that will always prevent invalid JSON spec input to the backend, so the need for this error will become less and less over time.

@laurachiticariu laurachiticariu added the good first issue Good for newcomers label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant