Skip to content

Commit d7eaf72

Browse files
committed
Clarify 'before execution begins' in response
1 parent ffb1fcc commit d7eaf72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/Section 7 -- Response.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ not be present in the result.
4747
If an error was raised during the execution that prevented a valid
4848
response, the `data` entry in the response should be `null`.
4949

50+
Note: Request errors (including those raised during {ExecuteRequest()}) occur
51+
before execution begins; when a request error is raised the `data` entry should
52+
not be present in the result.
53+
5054

5155
### Errors
5256

0 commit comments

Comments
 (0)