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

New Exception types: ConnectionException #1464

Open
dmikurube opened this issue Jul 26, 2021 · 0 comments
Open

New Exception types: ConnectionException #1464

dmikurube opened this issue Jul 26, 2021 · 0 comments
Milestone

Comments

@dmikurube
Copy link
Member

dmikurube commented Jul 26, 2021

We have had two standard Exceptions: ConfigException and DataException. But, we see another type of "typical" exceptions: errors in connecting to the target.

Things are TBD. But an idea is:

  • abstract ConnectionException
    • Parent of the following two classes
  • TentativeConnectionException
    • Possible intermediate network issues. For example:
      • Unknown host
      • Connection time out
  • PermanentConnectionException
    • Expected not to be recovered until a specific fixing action is taken. For example:
      • Permission denied
@dmikurube dmikurube modified the milestones: v0.10.33, v0.10.34 Aug 11, 2021
@dmikurube dmikurube modified the milestones: v0.10.34, v0.10.35, v0.10.36 Oct 8, 2021
@dmikurube dmikurube modified the milestones: v0.10.36, v0.10.37 Dec 20, 2021
@dmikurube dmikurube modified the milestones: v0.10.37, v0.10.38 May 19, 2022
@dmikurube dmikurube modified the milestones: v0.10.38, v0.10.39 Oct 28, 2022
@dmikurube dmikurube modified the milestones: v0.10.46, v0.10.47, v0.10.48, v0.11 Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant