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.