public enum WePayError extends Enum<WePayError>
| Enum Constant and Description |
|---|
access_denied |
invalid_client |
invalid_request |
invalid_scope |
processing_error |
| Modifier and Type | Method and Description |
|---|---|
static WePayError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WePayError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WePayError invalid_request
public static final WePayError access_denied
public static final WePayError invalid_scope
public static final WePayError invalid_client
public static final WePayError processing_error
public static WePayError[] values()
for (WePayError c : WePayError.values()) System.out.println(c);
public static WePayError valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.