public static enum PrebidException.PrebidError extends java.lang.Enum<PrebidException.PrebidError>
| Enum Constant and Description |
|---|
BANNER_AD_UNIT_NO_SIZE |
EMPTY_ADUNITS |
INVALID_ACCOUNT_ID |
NULL_CONTEXT |
NULL_HOST |
UNABLE_TO_INITIALIZE_DEMAND_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
static PrebidException.PrebidError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrebidException.PrebidError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrebidException.PrebidError NULL_CONTEXT
public static final PrebidException.PrebidError EMPTY_ADUNITS
public static final PrebidException.PrebidError NULL_HOST
public static final PrebidException.PrebidError BANNER_AD_UNIT_NO_SIZE
public static final PrebidException.PrebidError UNABLE_TO_INITIALIZE_DEMAND_SOURCE
public static final PrebidException.PrebidError INVALID_ACCOUNT_ID
public static PrebidException.PrebidError[] values()
for (PrebidException.PrebidError c : PrebidException.PrebidError.values()) System.out.println(c);
public static PrebidException.PrebidError 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