Skip to content

Commit 458e911

Browse files
authored
Fix AIP-193 typos. (#1386)
1 parent b8b9915 commit 458e911

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aip/general/0193.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ message in the `details`, but there **may** be a `BadRequest` and a
165165

166166
The [`ErrorInfo`][ErrorInfo] message is the required way to send a
167167
machine-readable identifier. All error responses **must** include an
168-
`ErrorInfo`payload in `details`. Variable information **should** be
168+
`ErrorInfo` payload in `details`. Variable information **should** be
169169
included in `metadata` in `ErrorInfo` and **must** be included if it
170170
appears within an error message.
171171

172172
When introducing an error that represents a failure scenario that did
173173
not previously occur for the service, the payload **must** include
174174
`ErrorInfo` and any variables found in dynamic segments of the error
175175
message **must** be present in `ErrorInfo.metadata` (See [Dynamic
176-
variables](#dynamic-variables).
176+
variables](#dynamic-variables).)
177177

178178
**Note:** `ErrorInfo` represents a special case. There **must** be
179179
exactly one `ErrorInfo`. It is required.

0 commit comments

Comments
 (0)