CreatePublicKeyCredentialException


open class CreatePublicKeyCredentialException : CreateCredentialException

Known direct subclasses
CreatePublicKeyCredentialDomException

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


A subclass of CreateCredentialException for unique exceptions thrown specific only to PublicKeyCredentials. See CredentialManager for more details on how Credentials work for Credential Manager flows.

Throws
NullPointerException

if type is null

IllegalArgumentException

if type is empty

Summary

Inherited properties

From kotlin.Throwable