PinChangeRecoverableErrorType

@objc
public enum PinChangeRecoverableErrorType : Int

The recoverable error that can occur when changing a PIN.

  • Bad credentials were provided for old PIN.

    Declaration

    Swift

    case InvalidPin
  • Bad credentials were provided which doesn’t meet with the given NMAPinPolicy.

    See

    See NMAPinPolicy

    Declaration

    Swift

    case InvalidPinFormat
  • The provided PIN has failed the validation.

    Declaration

    Swift

    case CustomValidationError
  • Provided new PIN is identical with the one to be changed.

    Declaration

    Swift

    case OldPinEqualsNewPin