Skip to content

Commit 825ae9f

Browse files
authored
Erroneous example JSON, has http status, and missing space. Fixed. (#1383)
1 parent c74c792 commit 825ae9f

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
@@ -29,7 +29,7 @@ assume that the user will know anything about its underlying
2929
implementation.
3030

3131
Error messages **should** be brief but actionable. Any extra information
32-
**should** be provided in the `details`field. If even more information
32+
**should** be provided in the `details` field. If even more information
3333
is necessary, you **should** provide a link where a reader can get more
3434
information or ask questions to help resolve the issue. It is also
3535
important to [set the right tone][writing-tone] when writing messages.
@@ -50,7 +50,7 @@ users.
5050
```json
5151
{
5252
"error": {
53-
"code": 8,
53+
"code": 429,
5454
"message": "The zone 'us-east1-a' does not have enough resources available to fulfill the request. Try a different zone, or try again later.",
5555
"status": "RESOURCE_EXHAUSTED",
5656
"details": [

0 commit comments

Comments
 (0)