Update error info
This commit is contained in:
parent
65c1c95c19
commit
dd26770c1c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user