EMPinRuleErrorCode Constants Reference
| Declared in | EMPinRule.h |
|---|
EMPinRuleErrorCode
NSError codes for EMPinRuleErrorDomain
Definition
typedef NS_ENUM(NSInteger, EMPinRuleErrorCode ) {
EMNonNumericPinRuleError = 1,
EMPinRuleSeriesError = 2,
EMPinRulePalindromeError = 3,
EMPinRuleIdenticalError = 4,
EMPinRuleLengthError = 5,
EMPinRuleUniformError = 6,
EMNonAlphabeticPinRuleError = 7,
EMPinMustNotBeChangedError = 8,
};
Constants
EMNonNumericPinRuleError-
The pin contains non-numeric characters
Declared In
EMPinRule.h. EMPinRuleSeriesError-
The digits in the pin are a series (e.g. 2345)
Declared In
EMPinRule.h. EMPinRulePalindromeError-
The pin is a palindrome (e.g. 12321)
Declared In
EMPinRule.h. EMPinRuleIdenticalError-
The old PIN and the new PIN are not allowed to be equal
Declared In
EMPinRule.h. EMPinRuleLengthError-
The pin is too short or too long
Declared In
EMPinRule.h. EMPinRuleUniformError-
The pin is uniform
Declared In
EMPinRule.h. EMNonAlphabeticPinRuleError-
The pin contains non-alphabetic characters
Declared In
EMPinRule.h. EMPinMustNotBeChangedError-
The pin must not be changed
Declared In
EMPinRule.h.
Declared In
EMPinRule.h