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

Process IO and unknown errors #15

Open
ForNeVeR opened this issue Feb 25, 2024 · 0 comments
Open

Process IO and unknown errors #15

ForNeVeR opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ForNeVeR
Copy link
Owner

Currently, if any error happens during issue creation, nothing will happen. The Create Issue button will unblock and the user will be able to try again, but that's it. Nothing else (well, aside from the exception being logged to the error log).

Instead, let's handle errors during issue creation:

  • for IO (or HTTP) errors, show a corresponding notification and suggest the user to try again;
  • for other errors, tell the user to check the IDE log file and report an issue.

See the code near this line:

Also, look for the number of this issue in the project code base.

@ForNeVeR ForNeVeR added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 25, 2024
ForNeVeR added a commit that referenced this issue Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant