| Package | com.tuarua.google.signin |
| Class | public final class GoogleSignInStatusCode |
| Inheritance | GoogleSignInStatusCode Object |
| Constant | Defined By | ||
|---|---|---|---|
| API_NOT_CONNECTED : int = 17 [static] The client attempted to call a method from an API that failed to connect. | GoogleSignInStatusCode | ||
| CANCELED : int = 16 [static] The result was canceled either due to client disconnect | GoogleSignInStatusCode | ||
| DEVELOPER_ERROR : int = 10 [static] The application is misconfigured. | GoogleSignInStatusCode | ||
| ERROR : int = 13 [static] The operation failed with no more detailed information. | GoogleSignInStatusCode | ||
| INTERNAL_ERROR : int = 8 [static] An internal error occurred. | GoogleSignInStatusCode | ||
| INTERRUPTED : int = 14 [static] A blocking call was interrupted while waiting and did not run to completion. | GoogleSignInStatusCode | ||
| INVALID_ACCOUNT : int = 5 [static] The client attempted to connect to the service with an invalid account name specified. | GoogleSignInStatusCode | ||
| NETWORK_ERROR : int = 7 [static] A network error occurred. | GoogleSignInStatusCode | ||
| RESOLUTION_REQUIRED : int = 6 [static] Completing the operation requires some form of resolution. | GoogleSignInStatusCode | ||
| SIGN_IN_CANCELLED : int = 12501 [static] The sign in was cancelled by the user. | GoogleSignInStatusCode | ||
| SIGN_IN_CURRENTLY_IN_PROGRESS : int = 12502 [static] A sign in process is currently in progress and the current one cannot continue. | GoogleSignInStatusCode | ||
| SIGN_IN_FAILED : int = 12500 [static] The sign in attempt didn't succeed with the current account. | GoogleSignInStatusCode | ||
| SIGN_IN_REQUIRED : int = 4 [static] The client attempted to connect to the service but the user is not signed in. | GoogleSignInStatusCode | ||
| TIMEOUT : int = 15 [static] Timed out while awaiting the result. | GoogleSignInStatusCode | ||
| API_NOT_CONNECTED | Constant |
public static const API_NOT_CONNECTED:int = 17The client attempted to call a method from an API that failed to connect.
| CANCELED | Constant |
public static const CANCELED:int = 16The result was canceled either due to client disconnect
| DEVELOPER_ERROR | Constant |
public static const DEVELOPER_ERROR:int = 10The application is misconfigured.
| ERROR | Constant |
public static const ERROR:int = 13The operation failed with no more detailed information.
| INTERNAL_ERROR | Constant |
public static const INTERNAL_ERROR:int = 8An internal error occurred.
| INTERRUPTED | Constant |
public static const INTERRUPTED:int = 14A blocking call was interrupted while waiting and did not run to completion.
| INVALID_ACCOUNT | Constant |
public static const INVALID_ACCOUNT:int = 5The client attempted to connect to the service with an invalid account name specified.
| NETWORK_ERROR | Constant |
public static const NETWORK_ERROR:int = 7A network error occurred.
| RESOLUTION_REQUIRED | Constant |
public static const RESOLUTION_REQUIRED:int = 6Completing the operation requires some form of resolution.
| SIGN_IN_CANCELLED | Constant |
public static const SIGN_IN_CANCELLED:int = 12501The sign in was cancelled by the user.
| SIGN_IN_CURRENTLY_IN_PROGRESS | Constant |
public static const SIGN_IN_CURRENTLY_IN_PROGRESS:int = 12502A sign in process is currently in progress and the current one cannot continue.
| SIGN_IN_FAILED | Constant |
public static const SIGN_IN_FAILED:int = 12500The sign in attempt didn't succeed with the current account.
| SIGN_IN_REQUIRED | Constant |
public static const SIGN_IN_REQUIRED:int = 4The client attempted to connect to the service but the user is not signed in.
| TIMEOUT | Constant |
public static const TIMEOUT:int = 15Timed out while awaiting the result.