Skip to content

Commit 67f07f7

Browse files
committed
Clarify it's the "path" of the error that matters, not the position that re-raised it
1 parent 47a9ca9 commit 67f07f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,8 @@ result_.
922922

923923
If a _response position_ resolves to {null} because of an execution error which
924924
has already been added to the {"errors"} list in the _execution result_, the
925-
{"errors"} list must not be further affected. That is, only one error should be
926-
added to the errors list per _response position_.
925+
{"errors"} list must not be further affected. That is, each error added to the
926+
errors list during execution must have a unique _response path_.
927927

928928
Since `Non-Null` response positions cannot be {null}, execution errors are
929929
propagated to be handled by the parent _response position_. If the parent

spec/Section 7 -- Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The _request error result_ map must not contain an entry with key {"data"}.
7070
The _request error result_ map may also contain an entry with key `extensions`.
7171
The value of this entry is described in the "Extensions" section.
7272

73-
### Response Position
73+
### Response Path
7474

7575
<a name="sec-Path">
7676
<!-- Legacy link, this section was previously titled "Path" -->

0 commit comments

Comments
 (0)