Skip to content

Commit 88d99e5

Browse files
committed
format
1 parent 2866095 commit 88d99e5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

spec/Section 7 -- Response.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ must contain an entry with the key `path` that details the path of the response
109109
field which experienced the error. This allows clients to identify whether a
110110
`null` result is intentional or caused by a runtime error.
111111

112-
If present, this field must be a list of path segments starting at the root of the response
113-
and ending with the field associated with the error. Path segments that
114-
represent fields must be strings, and path segments that represent list indices
115-
must be 0-indexed integers. If the error happens in an aliased field, the path
116-
to the error must use the aliased name, since it represents a path in the
117-
response, not in the request.
112+
If present, this field must be a list of path segments starting at the root of
113+
the response and ending with the field associated with the error. Path segments
114+
that represent fields must be strings, and path segments that represent list
115+
indices must be 0-indexed integers. If the error happens in an aliased field,
116+
the path to the error must use the aliased name, since it represents a path in
117+
the response, not in the request.
118118

119119
For example, if fetching one of the friends' names fails in the following
120120
operation:

0 commit comments

Comments
 (0)