public static enum IssuingCardPinService.CardPinActionError extends java.lang.Enum<IssuingCardPinService.CardPinActionError>
Enum Constant and Description |
---|
EPHEMERAL_KEY_ERROR |
ONE_TIME_CODE_ALREADY_REDEEMED |
ONE_TIME_CODE_EXPIRED |
ONE_TIME_CODE_INCORRECT |
ONE_TIME_CODE_TOO_MANY_ATTEMPTS |
UNKNOWN_ERROR |
Modifier and Type | Method and Description |
---|---|
static IssuingCardPinService.CardPinActionError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IssuingCardPinService.CardPinActionError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssuingCardPinService.CardPinActionError UNKNOWN_ERROR
public static final IssuingCardPinService.CardPinActionError EPHEMERAL_KEY_ERROR
public static final IssuingCardPinService.CardPinActionError ONE_TIME_CODE_INCORRECT
public static final IssuingCardPinService.CardPinActionError ONE_TIME_CODE_EXPIRED
public static final IssuingCardPinService.CardPinActionError ONE_TIME_CODE_TOO_MANY_ATTEMPTS
public static final IssuingCardPinService.CardPinActionError ONE_TIME_CODE_ALREADY_REDEEMED
public static IssuingCardPinService.CardPinActionError[] values()
for (IssuingCardPinService.CardPinActionError c : IssuingCardPinService.CardPinActionError.values()) System.out.println(c);
public static IssuingCardPinService.CardPinActionError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null