PinEnrollmentErrorType
@objc
public enum PinEnrollmentErrorType : Int
The recoverable error that can occur when enrolling a PIN.
-
Bad credentials were provided which doesn’t meet with the given
NMAPinPolicy
.See
SeeNMAPinPolicy
Declaration
Swift
case InvalidPinFormat
-
The provided PIN has failed the validation done in
validatePinForEnrollment(_:onSuccess:onError:)
.Declaration
Swift
case CustomValidationError