| java.lang.Object | ||
| ↳ | com.google.android.gms.common.api.CommonStatusCodes | |
| ↳ | com.google.android.gms.cloudsave.CloudSaveStatusCodes | |
CloudSave specific status codes, for use in getStatusCode()
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | CLOUDSAVE_OPERATION_NOT_SUPPORTED | The operation is not yet supported. | |||||||||
| int | CLOUDSAVE_QUERY_EXCEEDED_MAX_KEYS | The provided query exceeds max keys. | |||||||||
| int | CLOUDSAVE_QUERY_INCORRECTLY_FORMED | The provided query is not correctly formed. | |||||||||
| int | CLOUDSAVE_VERSION_CONFLICT | Base version of entity does not match the version of entity in the database. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.common.api.CommonStatusCodes
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.android.gms.common.api.CommonStatusCodes
| |||||||||||
From class
java.lang.Object
| |||||||||||
The operation is not yet supported.
The provided query exceeds max keys.
The provided query is not correctly formed.
Base version of entity does not match the version of entity in the database.