Commit 59c28bd
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 59c28bd
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
89 | | - | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments