Commit de3b487
committed
asyncIterable: locate async iterator errors to the collection (#3899)
Currently, they are presented as errors in the next pending item.
Of course, there may or not be a next pending item; there may not be a
way to definitively know the reason for the error, such that the error
is a function of a problem with the collection itself.
As discussed in a prior incremental delivery WG meeting, this must be
changed for both the non-streaming and streaming cases; this PR makes
the minor adjustments addressing both cases.1 parent d9a312d commit de3b487
2 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
822 | | - | |
823 | | - | |
| 821 | + | |
824 | 822 | | |
825 | 823 | | |
826 | 824 | | |
| |||
0 commit comments