We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4358e commit 3d92858Copy full SHA for 3d92858
spec/Section 7 -- Response.md
@@ -58,9 +58,8 @@ A _request error result_ must be a map.
58
59
The _request error result_ map must contain an entry with key {"errors"}. The
60
value of this entry must be a non-empty list of _request error_ raised during
61
-the _request_. It must contain at least one indicating why no data was able to
62
-be returned. Each error must be a map as described in the "Errors" section
63
-below.
+the _request_. The errors it contains should indicate why no data was able to be
+returned. Each error must be a map as described in the "Errors" section below.
64
65
Note: It may be helpful for the {"errors"} key to appear first when serialized
66
to make it more apparent that errors are present.
0 commit comments