-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: rename Unauthenticated
to Unauthorized
, Unauthorized
to Forbidden
#10191
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10191 +/- ##
==========================================
- Coverage 79.94% 79.93% -0.01%
==========================================
Files 1057 1057
Lines 106302 106302
Branches 724 724
==========================================
- Hits 84982 84972 -10
- Misses 21278 21288 +10
Partials 42 42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Your commit message is too long: it must be <= 72 characters |
5ce9cf8
to
821f8c8
Compare
Signed-off-by: hamz2a <[email protected]>
821f8c8
to
63a6612
Compare
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.
LGTM ✅
This PR updates the error messages to better align with HTTP status codes. Specifically, it renames the
Unauthenticated
error toUnauthorized
and theUnauthorized
error toForbidden
. This change improves clarity and consistency in our error handling.