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

1085: move from internal error to made up error #1091

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

al-niessner
Copy link
Contributor

🗒️ Summary

Added new ProblemType.CONNECTION_ERROR and changed internal error to this.

⚙️ Test Data and/or Report

All unit tests below pass and visual inspection of code changes.

♻️ Related Issues

Closes #1085

@al-niessner al-niessner requested a review from a team as a code owner December 18, 2024 23:52
@@ -44,6 +44,8 @@ public enum ProblemType {

CONTEXT_REFERENCE_NOT_FOUND("error.label.context_ref_not_found"),

CONNECTION_ERROR("error.connection.registry"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the characters inside quotes anything you want.

Copy link
Member

@nutjob4life nutjob4life left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Visual inspection looks good

✅ Testing looks good

WARNING] Tests run: 252, Failures: 0, Errors: 0, Skipped: 23
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:37 min

Approved!

Unnecessary import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve error handling for Registry connection issues
2 participants