DuplicateCredentialException
class DuplicateCredentialException(val issuer: String, val accountName: String, cause: Throwable? = null) : MfaException
Exception thrown when attempting to register a credential that already exists.
This exception is thrown when a credential with the same issuer and account name combination already exists in storage, preventing duplicate credential registration.
Parameters
issuer
The issuer of the duplicate credential.
accountName
The account name of the duplicate credential.
cause
The underlying cause of the exception.