Commit 5fb1edf
Refactor TruncateError handling for better readability
Keep TruncateError in the error tuple but check for it specifically
within the block to avoid retry logic. This makes it clearer that
TruncateError is similar to other request errors but requires
different handling.
Co-authored-by: mykaul <4655593+mykaul@users.noreply.github.com>1 parent 8543c04 commit 5fb1edf
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5257 | 5257 | | |
5258 | 5258 | | |
5259 | 5259 | | |
5260 | | - | |
| 5260 | + | |
5261 | 5261 | | |
5262 | 5262 | | |
5263 | 5263 | | |
| 5264 | + | |
| 5265 | + | |
| 5266 | + | |
| 5267 | + | |
5264 | 5268 | | |
5265 | 5269 | | |
5266 | 5270 | | |
5267 | 5271 | | |
5268 | | - | |
5269 | | - | |
5270 | | - | |
5271 | | - | |
5272 | | - | |
5273 | | - | |
5274 | | - | |
5275 | 5272 | | |
5276 | 5273 | | |
5277 | 5274 | | |
| |||
0 commit comments