Rename OperationResultDetail to be OperationResultCode

PiperOrigin-RevId: 590803695
This commit is contained in:
hai007
2023-12-13 20:59:24 -08:00
committed by Copybara-Service
parent 7022e6c5d9
commit 5fee66b487
+1 -1
View File
@@ -441,7 +441,7 @@ enum OperationResultCategory {
// This enum is not used to determine success rate, but for devs to understand
// occurrences of and operation failure details
enum OperationResultDetail {
enum OperationResultCode {
// Section of CATEGORY_UNKNOWN and CATEGORY_SUCCESS, from 0 to 499
// DETAIL_UNKNOWN should not happen in normal case
DETAIL_UNKNOWN = 0;