CreatePublicKeyCredentialException


public class CreatePublicKeyCredentialException extends 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.

Summary