Skip to content

Commit

Permalink
adding error.details field to ServiceConnectionPolicies (#8833)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipegc authored Sep 5, 2023
1 parent 20abbfa commit 696a0f2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ properties:
- !ruby/object:Api::Type::Integer
name: code
description: The status code, which should be an enum value of [google.rpc.Code][].
- !ruby/object:Api::Type::Array
name: details
description: |
A list of messages that carry the error details.
item_type: Api::Type::KeyValuePairs
output: true
- !ruby/object:Api::Type::String
name: gceOperation
description: |
Expand Down

0 comments on commit 696a0f2

Please sign in to comment.