File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The reason **must** be at most 63 characters and match a regular expression of
100100` [A-Z][A-Z0-9_]+[A-Z0-9] ` . (This is UPPER_SNAKE_CASE, without leading
101101or trailing underscores, and without leading digits.)
102102
103- The reason should be terse, but meaningful enough for a human reader to
103+ The reason ** should** be terse, but meaningful enough for a human reader to
104104understand what the reason refers to.
105105
106106Good examples:
@@ -234,7 +234,7 @@ authentication.
234234### Error messages
235235
236236Textual error messages can be present in both ` Status.message ` and
237- ` LocalizedMessage.message ` fields. Messages should be succinct but
237+ ` LocalizedMessage.message ` fields. Messages ** should** be succinct but
238238actionable, with request-specific information (such as a resource name
239239or region) providing precise details where appropriate. Any request-specific
240240details ** must** be present in [ ` ErrorInfo.metadata ` ] ( #errorinfo ) .
You can’t perform that action at this time.
0 commit comments