{% include "/android/_dackka-meta-tags.html" %}

BlockstoreStatusCodes

{% setvar page_path %}com/google/android/gms/auth/blockstore/BlockstoreStatusCodes.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_java_switcher2.md" %}

public class BlockstoreStatusCodes extends CommonStatusCodes

java.lang.Object
   ↳ com.google.android.gms.common.api.CommonStatusCodes
     ↳ com.google.android.gms.auth.blockstore.BlockstoreStatusCodes

Block Store specific status codes.

Codes are allocated from the range 40000 to 40499, allocated in .

The codes are further distributed between blockstore and restore credential, with blockstore using [40000, 40200) and restore credential using [40200, 40499].

Summary

Constants

static final int

Attempting to use a Block Store feature that is not (yet) supported on the given device.

static final int

The available quota was exceeded.

static final int

Attempting to store a new key-value-pair after reaching the maximum number of entries allowed.

Public constructors

Inherited Constants

From com.google.android.gms.common.api.CommonStatusCodes
static final int
static final int
static final int
static final int
static final int
static final int
ERROR = 13
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int

This field is deprecated.

static final int

This field is deprecated.

static final int
static final int
static final int
static final int
TIMEOUT = 15

Inherited methods

From com.google.android.gms.common.api.CommonStatusCodes
static String
getStatusCodeString(int statusCode)

Constants

FEATURE_NOT_SUPPORTED

public static final int FEATURE_NOT_SUPPORTED = 40002

Attempting to use a Block Store feature that is not (yet) supported on the given device.

MAX_SIZE_EXCEEDED

public static final int MAX_SIZE_EXCEEDED = 40000

The available quota was exceeded.

TOO_MANY_ENTRIES

public static final int TOO_MANY_ENTRIES = 40001

Attempting to store a new key-value-pair after reaching the maximum number of entries allowed.

Public constructors

BlockstoreStatusCodes

public BlockstoreStatusCodes()