EMPinErrorCode Constants Reference
| Declared in | EMSoftCapToken.h |
|---|
EMPinErrorCode
NSError codes for EMPinErrorDomain
Definition
typedef NS_ENUM(NSInteger, EMPinErrorCode ) {
EMPinNumericSeriesError = 1,
EMPinNonDigitsError = 2,
EMPinPalindromeError = 3,
EMPinSameDigitsError = 4,
EMPinTooShortError = 5,
EMPinEqualsOldPinError = 6,
EMPinRuleErrorDomainError = 7,
};
Constants
EMPinNumericSeriesError-
The digits in the pin is a series (e.g. 2345)
Declared In
EMSoftCapToken.h. EMPinNonDigitsError-
The pin has non digits characters (e.g. 23AF)
Declared In
EMSoftCapToken.h. EMPinPalindromeError-
The pin is a palindrome (e.g. 12321)
Declared In
EMSoftCapToken.h. EMPinSameDigitsError-
All digits in the pin is the same number (e.g. 2222)
Declared In
EMSoftCapToken.h. EMPinTooShortError-
The pin is too short
Declared In
EMSoftCapToken.h. EMPinEqualsOldPinError-
The new pin equals the old one
Declared In
EMSoftCapToken.h. EMPinRuleErrorDomainError-
The error was caused by an error in the EMPinRuleErrorDomain To access the error, use the NSUnderlyingErrorKey key on the userInfo.
Available in 2.1
Declared In
EMSoftCapToken.h.
Declared In
EMSoftCapToken.h