DoumanAsh opened a new pull request, #789:
URL: https://github.com/apache/arrow-rs-object-store/pull/789
…lready boxed error
# Which issue does this PR close?
None, it is minor improvement to API
# Rationale for this change
I would like to be able to created HttpError from already boxed error for my
alternative HTTP client implementation
Otherwise I need to wrap boxed error into new type
# What changes are included in this PR?
Introduces new method to HttpError to create error from boxed `dyn
std::error::Error`
# Are there any user-facing changes?
New public method on `HttpError`
No breaking changes
--
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]