File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ must contain an entry with the key `path` that details the path of the response
109109field 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
119119For example, if fetching one of the friends' names fails in the following
120120operation:
You can’t perform that action at this time.
0 commit comments