diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92ce26e8..241070fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,7 @@ on: required: true type: string + jobs: load_configuration: uses: ./.github/workflows/load-configuration.yml diff --git a/README.md b/README.md index 3f1f6909..b272af99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + diff --git a/src/main/proto/kurrentdb/protocol/v2/rpc.proto b/src/main/proto/kurrentdb/protocol/v2/rpc.proto index a5e915cb..5521ce40 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; }