androidx.credentials.exceptions.publickeycredential


Exceptions

CreatePublicKeyCredentialDomException

During the create-passkey flow, this is thrown when a DOM Exception is thrown, indicating the operation contains a DOMException error type.

CreatePublicKeyCredentialException

A subclass of CreateCredentialException for unique exceptions thrown specific only to PublicKeyCredentials.

GetPublicKeyCredentialDomException

During the get-passkey flow, this is thrown when a DOM Exception is thrown, indicating the operation contains a DOMException error type.

GetPublicKeyCredentialException

A subclass of CreateCredentialException for unique exceptions thrown specific only to PublicKeyCredentials.

SignalCredentialSecurityException

This is thrown when the signal credential state operation failed because it was not allowed or a permission was missing

SignalCredentialStateException

Represents an error thrown during a signal credential state flow with Credential Manager.

SignalCredentialStateProviderConfigurationException

During the signal credential state flow, this is thrown when configurations are mismatched for the provider, typically indicating the provider dependency is missing in the manifest or some system service is not enabled.

SignalCredentialUnknownException

This is thrown when the signal credential state operation failed with no more detailed information.