PinChangeErrorType

@objc
public enum PinChangeErrorType : Int

The possible error types can occur during NMAPinChange operation.

  • The specified user in username(_:) does not have an enrolled PIN.

    Declaration

    Swift

    case PinNotEnrolled
  • The PIN change was cancelled.

    Declaration

    Swift

    case UserCanceled
  • The PIN was locked because of too many failures.

    Declaration

    Swift

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

    Requires

    iOS platform

    Declaration

    Swift

    case Unknown