alamb commented on code in PR #370:
URL:
https://github.com/apache/arrow-rs-object-store/pull/370#discussion_r2093548639
##########
src/client/retry.rs:
##########
@@ -33,7 +33,11 @@ use web_time::{Duration, Instant};
/// Retry request error
#[derive(Debug, thiserror::Error)]
-pub struct RetryError {
+pub struct RetryError(Box<RetryErrorImpl>);
Review Comment:
I double checked and indeed I agree this error is not public
```shell
cargo doc --all-features --open
```

##########
src/client/retry.rs:
##########
@@ -33,7 +33,11 @@ use web_time::{Duration, Instant};
/// Retry request error
#[derive(Debug, thiserror::Error)]
-pub struct RetryError {
+pub struct RetryError(Box<RetryErrorImpl>);
Review Comment:
I double checked and indeed I agree this error is not public
```shell
cargo doc --all-features --open
```
--
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]