RestoreCredentialStatusCodes

public static class RestoreCredentialStatusCodes extends CommonStatusCodes


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

static final int

Bad request was provided to the service.

static final int

End-to-end-encryption is not available

static final int

The request did not adhere to the fido spec

static final int

Non-retryable internal failure

Constants

RESTORE_CREDENTIAL_DEVELOPER_ERROR

public static final int RESTORE_CREDENTIAL_DEVELOPER_ERROR

Bad request was provided to the service.

RESTORE_CREDENTIAL_E2EE_UNAVAILABLE

public static final int RESTORE_CREDENTIAL_E2EE_UNAVAILABLE

End-to-end-encryption is not available

RESTORE_CREDENTIAL_FIDO_FAILURE

public static final int RESTORE_CREDENTIAL_FIDO_FAILURE

The request did not adhere to the fido spec

RESTORE_CREDENTIAL_INTERNAL_FAILURE

public static final int RESTORE_CREDENTIAL_INTERNAL_FAILURE

Non-retryable internal failure

Public fields

INSTANCE

public static @NonNull RestoreCredentialStatusCodes INSTANCE