Skip to content

Commit 0f4b329

Browse files
committed
Use unique field number for custom options
1 parent 91cb928 commit 0f4b329

File tree

1 file changed

+1
-1
lines changed
  • src/main/proto/kurrentdb/protocol/v2

1 file changed

+1
-1
lines changed

src/main/proto/kurrentdb/protocol/v2/rpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ message ErrorMetadata {
7373
extend google.protobuf.EnumValueOptions {
7474
// Provides additional information about error conditions for automated
7575
// code generation and documentation.
76-
optional ErrorMetadata error = 50000;
76+
optional ErrorMetadata error = 2113;
7777
}

0 commit comments

Comments
 (0)