DeleteAuthenticatorErrorType

@objc
public enum DeleteAuthenticatorErrorType : Int

The possible error types can occur when deleting an authenticator.

  • Invalid AAID were provided during authenticator deletion.

    Declaration

    Swift

    case InvalidAaid
  • Unknown error, handling not categorized error cases.

    Requires

    iOS platform

    Declaration

    Swift

    case Unknown