Skip to content

Commit a13ec36

Browse files
committed
Use updated wording for request error
1 parent a93f61a commit a13ec36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/Section 7 -- Response.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ A _request error result_ must be a map.
5858

5959
The _request error result_ map must contain an entry with key {"errors"}. The
6060
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.
6364

6465
Note: It may be helpful for the {"errors"} key to appear first when serialized
6566
to make it more apparent that errors are present.

0 commit comments

Comments
 (0)