From c82b0ba23e83b76fca0f0366a9a11b87523d03e9 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 5 Oct 2022 06:28:50 -0700 Subject: [PATCH] Add logging when a gRPC failed as the server UNAVAILABLE. PiperOrigin-RevId: 479027905 --- proto/sharing_enums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 2075b4e2..b45b9979 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -378,6 +378,9 @@ enum ServerResponseState { // For GoogleAuthException. SERVER_RESPONSE_GOOGLE_AUTH_FAILURE = 8; + + // For Internet connect status. + SERVER_RESPONSE_NOT_CONNECTED_TO_INTERNET = 10; } // The type of Nearby Sharing scanning.