kyle-mccarthy opened a new pull request, #6194:
URL: https://github.com/apache/arrow-rs/pull/6194
# Which issue does this PR close?
Follow ups up #6158 and closes #5345.
# Rationale for this change
Exposes permission errors as a top-level error variant.
# What changes are included in this PR?
- Adds new `PermissionDenied` variant to the top-level error enum
- Converts client errors with 401/403 status code to PermissionDenied errors
instead of `Generic` errors
# Are there any user-facing changes?
Yes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]