From 9b38899ca0259c2c7114734a278f62d751c36184 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 10 Apr 2025 16:43:20 -0700 Subject: [PATCH] changes disconnection error code comments PiperOrigin-RevId: 746222441 --- proto/connections_enums.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 6fcb5c4b..0a514969 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -1311,11 +1311,11 @@ enum OperationResultCode { DCT_ERROR_KEEPALIVE_TIMEOUT = 5019; // Connection lost DCT_ERROR_ESTABLISHED_CONNECTION_LOST = 5020; - // User cancelled the connection + // User cancellation DCT_ERROR_USER_CANCELLED = 5021; - // Service cancelled + // Service cancellation DCT_ERROR_SERVICE_CANCELLED = 5022; - // Faile to verify integrity + // Failed to verify integrity DCT_ERROR_UNVERIFIED_INTEGRITY = 5023; // HTTP server closed DCT_ERROR_HTTP_SERVER_CLOSED = 5024;