Packagecom.tuarua.google.signin
Classpublic final class GoogleSignInStatusCode
InheritanceGoogleSignInStatusCode Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
API_NOT_CONNECTEDConstant
public static const API_NOT_CONNECTED:int = 17

The client attempted to call a method from an API that failed to connect.

CANCELEDConstant 
public static const CANCELED:int = 16

The result was canceled either due to client disconnect

DEVELOPER_ERRORConstant 
public static const DEVELOPER_ERROR:int = 10

The application is misconfigured.

ERRORConstant 
public static const ERROR:int = 13

The operation failed with no more detailed information.

INTERNAL_ERRORConstant 
public static const INTERNAL_ERROR:int = 8

An internal error occurred.

INTERRUPTEDConstant 
public static const INTERRUPTED:int = 14

A blocking call was interrupted while waiting and did not run to completion.

INVALID_ACCOUNTConstant 
public static const INVALID_ACCOUNT:int = 5

The client attempted to connect to the service with an invalid account name specified.

NETWORK_ERRORConstant 
public static const NETWORK_ERROR:int = 7

A network error occurred.

RESOLUTION_REQUIREDConstant 
public static const RESOLUTION_REQUIRED:int = 6

Completing the operation requires some form of resolution.

SIGN_IN_CANCELLEDConstant 
public static const SIGN_IN_CANCELLED:int = 12501

The sign in was cancelled by the user.

SIGN_IN_CURRENTLY_IN_PROGRESSConstant 
public static const SIGN_IN_CURRENTLY_IN_PROGRESS:int = 12502

A sign in process is currently in progress and the current one cannot continue.

SIGN_IN_FAILEDConstant 
public static const SIGN_IN_FAILED:int = 12500

The sign in attempt didn't succeed with the current account.

SIGN_IN_REQUIREDConstant 
public static const SIGN_IN_REQUIRED:int = 4

The client attempted to connect to the service but the user is not signed in.

TIMEOUTConstant 
public static const TIMEOUT:int = 15

Timed out while awaiting the result.