Commit 130afa2
committed
Include latest error in AllAttemptsErrored
$ git grep AllAttemptsErrored
src/client.rs: return Err(Error::AllAttemptsErrored(errors));
src/client.rs: return Err(Error::AllAttemptsErrored(errors));
fixed here
src/raw_client.rs: Err(Error::AllAttemptsErrored(errors))
already correctly collected
src/types.rs: AllAttemptsErrored(Vec<Error>),
src/types.rs: Error::AllAttemptsErrored(errors) => {
consumers
Closes #1861 parent 5d7be37 commit 130afa2
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments