Awareness specific status codes, for use in getStatusCode()
.
Constant Summary
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. |
Inherited Constant Summary
Public Method Summary
static String |
getStatusCodeString(int statusCode)
A human-readable String of the status code.
|
Inherited Method Summary
Constants
public static final int ACL_ACCESS_DENIED
ACL authentication failed.
public static final int API_NOT_AVAILABLE
The client is not eligible to use this particular API.
public static final int BAD_ACCOUNT
The specified account was invalid.
public static final int BLUETOOTH_OFF
Bluetooth is turned off.
public static final int FENCE_NOT_AVAILABLE
A fence is not available.
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.
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.
public static final int INCONSISTENT_UID
The client's process has an unexpected UID.
public static final int INTERNAL_API_CLIENT_CONNECTION_FAILED
The GoogleApiClient connection failed.
public static final int MAX_LIMIT_OF_FENCE_REGISTRATIONS_EXCEEDED
The maximum available number of fence registrations for a client has been reached.
Public Methods
public static String getStatusCodeString (int statusCode)
A human-readable String of the status code.
Returns
- human-readable String of the status code.