public static enum Storefront.CompletionErrorCode extends java.lang.Enum<Storefront.CompletionErrorCode>
| Modifier and Type | Method and Description |
|---|---|
static Storefront.CompletionErrorCode |
fromGraphQl(java.lang.String value) |
java.lang.String |
toString() |
static Storefront.CompletionErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Storefront.CompletionErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Storefront.CompletionErrorCode ERROR
public static final Storefront.CompletionErrorCode INVENTORY_RESERVATION_ERROR
public static final Storefront.CompletionErrorCode PAYMENT_AMOUNT_TOO_SMALL
public static final Storefront.CompletionErrorCode PAYMENT_CALL_ISSUER
public static final Storefront.CompletionErrorCode PAYMENT_CARD_DECLINED
public static final Storefront.CompletionErrorCode PAYMENT_ERROR
public static final Storefront.CompletionErrorCode PAYMENT_GATEWAY_NOT_ENABLED_ERROR
public static final Storefront.CompletionErrorCode PAYMENT_INSUFFICIENT_FUNDS
public static final Storefront.CompletionErrorCode PAYMENT_INVALID_BILLING_ADDRESS
public static final Storefront.CompletionErrorCode PAYMENT_INVALID_CREDIT_CARD
public static final Storefront.CompletionErrorCode PAYMENT_INVALID_CURRENCY
public static final Storefront.CompletionErrorCode PAYMENT_INVALID_PAYMENT_METHOD
public static final Storefront.CompletionErrorCode PAYMENT_TRANSIENT_ERROR
public static final Storefront.CompletionErrorCode UNKNOWN_VALUE
public static Storefront.CompletionErrorCode[] values()
for (Storefront.CompletionErrorCode c : Storefront.CompletionErrorCode.values()) System.out.println(c);
public static Storefront.CompletionErrorCode 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 nullpublic static Storefront.CompletionErrorCode fromGraphQl(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Enum<Storefront.CompletionErrorCode>