Update error info

This commit is contained in:
Nex 2018-10-08 21:08:58 +08:00
parent 65c1c95c19
commit dd26770c1c

View File

@ -11,6 +11,7 @@ message Error {
string code = 1; // One of a server-defined set of error codes.
string message = 2; // A human-readable representation of the error.
string target = 3; // The target of the error.
repeated Error details = 4; // An array of details about specific errors that led to this reported error.
}
message ClientVersionResponse {