mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add logging when a gRPC failed as the server UNAVAILABLE.
PiperOrigin-RevId: 479027905
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user