-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Add additional error message on swagger v2 to v3 convert #4254
Add additional error message on swagger v2 to v3 convert #4254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is something in the process failing to wrap those errors?
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4254 +/- ##
==========================================
+ Coverage 26.47% 26.52% +0.05%
==========================================
Files 376 377 +1
Lines 27465 27450 -15
==========================================
+ Hits 7270 7281 +11
+ Misses 19530 19504 -26
Partials 665 665 ☔ View full report in Codecov by Sentry. |
well yes if it panics and the e.g. io operation failed ... you jsut get an generic error but no idea what it tryed to do ... this helped me debug it ... |
just to have more debug infos