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; } }