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