From 696a0f2a2d1ec7e2bfcfd99fe7233708002e006d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Gon=C3=A7alves=20de=20Castro?= Date: Tue, 5 Sep 2023 18:11:22 -0300 Subject: [PATCH] adding error.details field to ServiceConnectionPolicies (#8833) --- .../networkconnectivity/ServiceConnectionPolicies.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mmv1/products/networkconnectivity/ServiceConnectionPolicies.yaml b/mmv1/products/networkconnectivity/ServiceConnectionPolicies.yaml index 211c71d9735c..174943e84a94 100644 --- a/mmv1/products/networkconnectivity/ServiceConnectionPolicies.yaml +++ b/mmv1/products/networkconnectivity/ServiceConnectionPolicies.yaml @@ -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: |