Renamed field in Result-message from "errorCode" to "error" to avoid collisions with inner protobuf field
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
message Result {
|
message Result {
|
||||||
int32 errorCode = 1;
|
int32 error = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GenericResponse {
|
message GenericResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user