From 0f4b32980943499cd18d60bf88a5bbb2a96904de Mon Sep 17 00:00:00 2001 From: William Chong Date: Thu, 27 Nov 2025 17:03:22 +0000 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; }