From 5fee66b487b8845d20efccfe5602bf11329cb7d4 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 13 Dec 2023 20:57:59 -0800 Subject: [PATCH] Rename OperationResultDetail to be OperationResultCode PiperOrigin-RevId: 590803695 --- proto/connections_enums.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index dce0f827..b38965f4 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -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;