InitializationErrorType

@objc
public enum InitializationErrorType : Int

The possible errors can occur during initialization of NMAMobileAuthenticationClient.

  • An error that indicates that some form of tampering was found in the application.

    Declaration

    Swift

    case DeviceProtectionError
  • The iOS device has no passcode set.

    Declaration

    Swift

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

    Requires

    iOS platform

    Declaration

    Swift

    case Unknown