File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -922,8 +922,8 @@ result_.
922
922
923
923
If a _ response position_ resolves to {null} because of an execution error which
924
924
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 _ .
927
927
928
928
Since ` Non-Null ` response positions cannot be {null}, execution errors are
929
929
propagated to be handled by the parent _ response position_ . If the parent
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The _request error result_ map must not contain an entry with key {"data"}.
70
70
The _ request error result_ map may also contain an entry with key ` extensions ` .
71
71
The value of this entry is described in the "Extensions" section.
72
72
73
- ### Response Position
73
+ ### Response Path
74
74
75
75
<a name =" sec-Path " >
76
76
<!-- Legacy link, this section was previously titled "Path" -->
You can’t perform that action at this time.
0 commit comments