apache / apache/arrow-rs-object-store
Improve `reqwests` error display
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 322
- Forks
- 212
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 10
Description
Originally reported in https://github.com/apache/arrow-rs-object-store/issues/272 :
For apache/arrow-rs-object-store#272 we only report `Generic S3 error: error decoding response body`. We should try to improve the error message. It seems that the `Display` impl. is not super helpful and we might wanna use `Debug` instead, see https://github.com/seanmonstar/reqwest/issues/2373
Contributor guide
Assessment
This issue has not been assessed yet.