{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% include "/android/_dackka-meta-tags.html" %}

RestoreCredentialStatusCodes

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

object RestoreCredentialStatusCodes : CommonStatusCodes

kotlin.Any
   ↳ com.google.android.gms.common.api.CommonStatusCodes
     ↳ com.google.android.gms.auth.blockstore.restorecredential.RestoreCredentialStatusCodes

Restore Credential specific status codes.

For auth_blockstore module, codes are allocated from the range 40000 to 40499, allocated in CommonStatusCodes.

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

Bad request was provided to the service.

const Int

End-to-end-encryption is not available

const Int

The request did not adhere to the fido spec

const Int

Non-retryable internal failure

Constants

RESTORE_CREDENTIAL_DEVELOPER_ERROR

const val RESTORE_CREDENTIAL_DEVELOPER_ERRORInt

Bad request was provided to the service.

RESTORE_CREDENTIAL_E2EE_UNAVAILABLE

const val RESTORE_CREDENTIAL_E2EE_UNAVAILABLEInt

End-to-end-encryption is not available

RESTORE_CREDENTIAL_FIDO_FAILURE

const val RESTORE_CREDENTIAL_FIDO_FAILUREInt

The request did not adhere to the fido spec

RESTORE_CREDENTIAL_INTERNAL_FAILURE

const val RESTORE_CREDENTIAL_INTERNAL_FAILUREInt

Non-retryable internal failure