From cfe7d47b3a5dd345f7b81a635409d2cb3a712532 Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 27 Nov 2025 21:03:22 +0400 Subject: [PATCH] Use unique field number for custom options --- src/main/proto/kurrentdb/protocol/v2/rpc.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/proto/kurrentdb/protocol/v2/rpc.proto b/src/main/proto/kurrentdb/protocol/v2/rpc.proto index ba6a730f..18197e75 100644 --- a/src/main/proto/kurrentdb/protocol/v2/rpc.proto +++ b/src/main/proto/kurrentdb/protocol/v2/rpc.proto @@ -73,5 +73,5 @@ message ErrorMetadata { extend google.protobuf.EnumValueOptions { // Provides additional information about error conditions for automated // code generation and documentation. - optional ErrorMetadata error = 50000; + optional ErrorMetadata error = 2113; }