Skip to content

Commit e8c3657

Browse files
authored
fix: use non conflicting number for custom options (#25)
1 parent 802709b commit e8c3657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/kurrentdb/protocols/v2/rpc.proto

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

0 commit comments

Comments
 (0)