Android APIs
public final class

CloudSaveStatusCodes

extends CommonStatusCodes
java.lang.Object
   ↳ com.google.android.gms.common.api.CommonStatusCodes
     ↳ com.google.android.gms.cloudsave.CloudSaveStatusCodes

Class Overview

CloudSave specific status codes, for use in getStatusCode()

Summary

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
static String getStatusCodeString(int statusCode)
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.CommonStatusCodes
From class java.lang.Object

Constants

public static final int CLOUDSAVE_OPERATION_NOT_SUPPORTED

The operation is not yet supported.

Constant Value: 5500 (0x0000157c)

public static final int CLOUDSAVE_QUERY_EXCEEDED_MAX_KEYS

The provided query exceeds max keys.

Constant Value: 5501 (0x0000157d)

public static final int CLOUDSAVE_QUERY_INCORRECTLY_FORMED

The provided query is not correctly formed.

Constant Value: 5503 (0x0000157f)

public static final int CLOUDSAVE_VERSION_CONFLICT

Base version of entity does not match the version of entity in the database.

Constant Value: 5502 (0x0000157e)

Public Methods

public static String getStatusCodeString (int statusCode)

Returns
  • untranslated debug (not user-friendly!) string based on the current status code.