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

Improve Model Validation Error Handling #192

Open
J75880 opened this issue Sep 24, 2020 · 0 comments
Open

Improve Model Validation Error Handling #192

J75880 opened this issue Sep 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@J75880
Copy link
Collaborator

J75880 commented Sep 24, 2020

Issue and tracking information

Developer's time Estimated effort to fix (hours):

Developer's Actual time spent on fix (hours)

Issue reporter to provide a detailed description of the issue in the space below

When validating a model, if the error count goes beyond 100 (I've seen as high as 40K), then it attempts to display all the errors in the console which results in the workspace freezing and becoming unusable. Therefore, I believe that have a better way to handle the errors would be helpful to avoid situations such as that. Once the error count exceeds 100, then instead of attempting to display each error and causing the workspace to crash, it would be better if a warning message appeared that had a message saying something about how the error count exceeded the limit of 100, validation failed, and the individual error messages will not be displayed.

@J75880 J75880 added the enhancement New feature or request label Sep 24, 2020
@J75880 J75880 changed the title Improved Model Validation Error Handling Improve Model Validation Error Handling Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant