{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% 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/_kotlin_switcher2.md" %}

class BlockstoreStatusCodes : CommonStatusCodes

kotlin.Any
   ↳ 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

const Int

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

const Int

The available quota was exceeded.

const 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
const Int
const Int
const Int
const Int
const Int
const Int
ERROR = 13
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int
const Int

This property is deprecated.

const Int

This property is deprecated.

const Int
const Int
const Int
const Int
TIMEOUT = 15

Inherited functions

From com.google.android.gms.common.api.CommonStatusCodes
java-static String!
getStatusCodeString(statusCode: Int)

Constants

FEATURE_NOT_SUPPORTED

const val FEATURE_NOT_SUPPORTED = 40002: Int

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

MAX_SIZE_EXCEEDED

const val MAX_SIZE_EXCEEDED = 40000: Int

The available quota was exceeded.

TOO_MANY_ENTRIES

const val TOO_MANY_ENTRIES = 40001: Int

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

Public constructors

BlockstoreStatusCodes

BlockstoreStatusCodes()