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

Make renderer errors recoverable instead of fatal (to help with troubleshooting) #175

Closed
stackotter opened this issue Aug 17, 2023 · 0 comments · Fixed by #190
Closed

Make renderer errors recoverable instead of fatal (to help with troubleshooting) #175

stackotter opened this issue Aug 17, 2023 · 0 comments · Fixed by #190
Labels
bug Something isn't working

Comments

@stackotter
Copy link
Owner

At the moment the client just crashes for most renderer errors (which can happen if caches are outdated). This means that we can't show a nice error message to the user suggesting troubleshooting steps. Instead of fatally crashing, the client should propagate errors back up to the UI.

@stackotter stackotter added the bug Something isn't working label Aug 17, 2023
jandrokt added a commit to jandrokt/delta-client that referenced this issue May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant