public class

AwarenessStatusCodes

extends CommonStatusCodes
java.lang.Object
   ↳ com.google.android.gms.common.api.CommonStatusCodes
     ↳ com.google.android.gms.awareness.AwarenessStatusCodes

Class Overview

Awareness specific status codes, for use in getStatusCode().

Summary

Constants
int ACL_ACCESS_DENIED ACL authentication failed.
int API_NOT_AVAILABLE The client is not eligible to use this particular API.
int BAD_ACCOUNT The specified account was invalid.
int BLUETOOTH_OFF Bluetooth is turned off.
int FENCE_NOT_AVAILABLE A fence is not available.
int INCONSISTENT_ACCOUNT The account passed to an API method is different from the account that was specified in ContextManagerClientInfo when connecting.
int INCONSISTENT_MODULE_ID The module ID passed to an API method is different from the module ID that was specified in ContextManagerClientInfo when connecting.
int INCONSISTENT_UID The client's process has an unexpected UID.
int INTERNAL_API_CLIENT_CONNECTION_FAILED The GoogleApiClient connection failed.
int MAX_LIMIT_OF_FENCE_REGISTRATIONS_EXCEEDED The maximum available number of fence registrations for a client has been reached.
[Expand]
Inherited Constants
From class com.google.android.gms.common.api.CommonStatusCodes
Public Methods
static String getStatusCodeString(int statusCode)
A human-readable String of the status code.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.CommonStatusCodes
From class java.lang.Object

Constants

public static final int ACL_ACCESS_DENIED

ACL authentication failed.

Constant Value: 7503 (0x00001d4f)

public static final int API_NOT_AVAILABLE

The client is not eligible to use this particular API.

Constant Value: 7512 (0x00001d58)

public static final int BAD_ACCOUNT

The specified account was invalid.

Constant Value: 7504 (0x00001d50)

public static final int BLUETOOTH_OFF

Bluetooth is turned off.

Constant Value: 7506 (0x00001d52)

public static final int FENCE_NOT_AVAILABLE

A fence is not available.

Constant Value: 7514 (0x00001d5a)

public static final int INCONSISTENT_ACCOUNT

The account passed to an API method is different from the account that was specified in ContextManagerClientInfo when connecting.

Constant Value: 7510 (0x00001d56)

public static final int INCONSISTENT_MODULE_ID

The module ID passed to an API method is different from the module ID that was specified in ContextManagerClientInfo when connecting.

Constant Value: 7511 (0x00001d57)

public static final int INCONSISTENT_UID

The client's process has an unexpected UID.

Constant Value: 7513 (0x00001d59)

public static final int INTERNAL_API_CLIENT_CONNECTION_FAILED

The GoogleApiClient connection failed.

Constant Value: 7507 (0x00001d53)

public static final int MAX_LIMIT_OF_FENCE_REGISTRATIONS_EXCEEDED

The maximum available number of fence registrations for a client has been reached.

Constant Value: 7515 (0x00001d5b)

Public Methods

public static String getStatusCodeString (int statusCode)

A human-readable String of the status code.

Returns
String human-readable String of the status code.