Skip to content

Commit

Permalink
[
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556008578
  • Loading branch information
Googler authored and copybara-github committed Aug 11, 2023
1 parent 0ebdb0e commit c4823e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/bazel/src/main/protobuf/failure_details.proto
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ message BuildProgress {
[(metadata) = { exit_code: 45 }];
BES_UPLOAD_RETRY_LIMIT_EXCEEDED_FAILURE = 17
[(metadata) = { exit_code: 38 }];
reserved 1, 2, 18; // For internal use
reserved 1, 2, 18, 20; // For internal use
}
Code code = 1;
// Additional data could include the build progress upload endpoint.
Expand Down

0 comments on commit c4823e1

Please sign in to comment.