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

Remove dialog for invalid enum error #334

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

pratheekshasn
Copy link
Collaborator

@pratheekshasn pratheekshasn commented Jan 2, 2024

#328
The dialog for invalid enum value (example: invalid enum passed from the client) ends up halting the server until it is dismissed.

Solution: Remove the dialog and propagate the error similar to the other errors.

The highlighted portion in the image below has been removed.
image

TranslateGrpcError.vi now looks like this:
image

@pratheekshasn pratheekshasn merged commit d3950ae into ni:master Jan 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants