Skip to content

Commit

Permalink
Add internal failure detail codes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716297105
Change-Id: I661cbcdbf76b4367e8e766e3a199c458d375acce
  • Loading branch information
justinhorvitz authored and copybara-github committed Jan 16, 2025
1 parent 71490c3 commit 104802d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/protobuf/failure_details.proto
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ message ExecutionOptions {
DYNAMIC_STRATEGY_NOT_SANDBOXED = 10 [(metadata) = { exit_code: 2 }];
MULTIPLE_EXECUTION_LOG_FORMATS = 11 [(metadata) = { exit_code: 2 }];

reserved 1, 2; // For internal use
reserved 1, 2, 12, 13; // For internal use
}

Code code = 1;
Expand Down

0 comments on commit 104802d

Please sign in to comment.