public static enum ChartboostClickError.Code extends java.lang.Enum<ChartboostClickError.Code>
| Enum Constant and Description |
|---|
INTERNAL |
URI_INVALID |
URI_UNRECOGNIZED |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
static ChartboostClickError.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartboostClickError.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartboostClickError.Code URI_INVALID
public static final ChartboostClickError.Code URI_UNRECOGNIZED
public static final ChartboostClickError.Code INTERNAL
public static ChartboostClickError.Code[] values()
for (ChartboostClickError.Code c : ChartboostClickError.Code.values()) System.out.println(c);
public static ChartboostClickError.Code 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 int getErrorCode()