File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,9 @@ A _request error result_ must be a map.
58
58
59
59
The _ request error result_ map must contain an entry with key {"errors"}. The
60
60
value of this entry must be a non-empty list of _ request error_ raised during
61
- the _ request_ . The errors it contains should indicate why no data was able to be
62
- returned. Each error must be a map as described in the "Errors" section below.
61
+ the _ request_ . It must contain at least one _ request error_ indicating why no
62
+ data was able to be returned. Each error must be a map as described in the
63
+ "Errors" section below.
63
64
64
65
Note: It may be helpful for the {"errors"} key to appear first when serialized
65
66
to make it more apparent that errors are present.
You can’t perform that action at this time.
0 commit comments