diff --git a/proto/protofiles_sources/server_client/generic_response.proto b/proto/protofiles_sources/server_client/generic_response.proto index eda42fd8b9f..803b82d619c 100644 --- a/proto/protofiles_sources/server_client/generic_response.proto +++ b/proto/protofiles_sources/server_client/generic_response.proto @@ -1,7 +1,7 @@ syntax = "proto3"; message Result { - int32 errorCode = 1; + int32 error = 1; } message GenericResponse {