mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Rename to SummaryError
This commit is contained in:
parent
46a2a87a80
commit
a9fb7e59c6
@ -37,17 +37,16 @@ message BlobPair {
|
||||
|
||||
message SummariesResponse {
|
||||
repeated Summary changes = 1;
|
||||
repeated Error errors = 2;
|
||||
repeated SummaryError errors = 2;
|
||||
}
|
||||
|
||||
message ParseResponse {
|
||||
bytes json_tree = 1;
|
||||
repeated Error errors = 2;
|
||||
repeated SummaryError errors = 2;
|
||||
}
|
||||
|
||||
message RawParseResponse {
|
||||
repeated Term terms = 1;
|
||||
repeated Error errors = 2;
|
||||
}
|
||||
|
||||
message Summary {
|
||||
@ -57,7 +56,7 @@ message Summary {
|
||||
string changeType = 4;
|
||||
}
|
||||
|
||||
message Error {
|
||||
message SummaryError {
|
||||
string error = 1;
|
||||
Span span = 2;
|
||||
string language = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user