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

Error during user action currently crashes the app #1291

Open
naleeha opened this issue Apr 17, 2024 · 0 comments
Open

Error during user action currently crashes the app #1291

naleeha opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working server

Comments

@naleeha
Copy link
Contributor

naleeha commented Apr 17, 2024

Bug Report

Steps to Reproduce:

When things error - e.g rpc call, need to capture exception and return useful response rather than crashing the app. Currently this is open for individual VUU app developer and every function to implement

Could we have more centralize solution for error handling - for example have one around every RPC call?

Additional Context:

If we want rpc implementor to customise the error message,, could use something like a result pattern (Either in Scala) which returns a success and error result that are of different types

@naleeha naleeha added bug Something isn't working server labels Apr 17, 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 server
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants