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

Feature: Exception handling #4

Open
DmitryGolubenkov opened this issue Dec 11, 2022 · 0 comments
Open

Feature: Exception handling #4

DmitryGolubenkov opened this issue Dec 11, 2022 · 0 comments
Labels
enhancement New feature or request priority: high Issues that should be done as soon as possible

Comments

@DmitryGolubenkov
Copy link
Owner

Description

For now the application can work if all supplied data is valid. But any incorrect data can cause it to crash. We need to handle the exceptions in certain places and inform user when an error occures.

There is no way to tell GUI that requested action has failed. We can throw exceptions and catch them in GUI layer, or we can use FluentResults to return a Result object from AppLayer to GUI with message.

Also, for now there is no way to show dialogs or toasts in the application (especially from MVVM), so this functionality must be implemented too.

@DmitryGolubenkov DmitryGolubenkov added enhancement New feature or request priority: high Issues that should be done as soon as possible labels Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: high Issues that should be done as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant