From f6d3fc82a35661549f3d2834c404ac39dce047cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Aug 2026 08:33:35 +0000 Subject: [PATCH] Publish proto files from 9b913931a9 --- nebius/common/v1/error.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nebius/common/v1/error.proto b/nebius/common/v1/error.proto index 31bc3a0..5be6bfc 100644 --- a/nebius/common/v1/error.proto +++ b/nebius/common/v1/error.proto @@ -73,6 +73,10 @@ message BadRequest { // Description why the value is invalid, in English. string message = 2; + + // Other fields whose values contribute to this violation. + // Does not include the primary field. + repeated string related_fields = 3; } }