-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 web-api: Simpler error models and auto-generated errors in OAS #6855
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6855 +/- ##
==========================================
- Coverage 88.39% 88.37% -0.02%
==========================================
Files 1550 1550
Lines 61764 61777 +13
Branches 2112 2165 +53
==========================================
+ Hits 54597 54598 +1
- Misses 6837 6848 +11
- Partials 330 331 +1
Continue to review full report in Codecov by Sentry.
|
odeimaiz
left a comment
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.
👌
|



What do these changes do?
This PR implements various enhancements on error models
_TO_HTTP_ERROR_MAP) :foldersandworskspaceresourcesmodels_library.rest_error{ "data": null, "error": { "msg": "OOps this error was unexpected. we are working on that!", "supportId": "OEC:12346789", } }log_oeccapture.Related issue/s
How to test
Dev-ops checklist