| Enum Constant and Description |
|---|
COMPANION |
FILE_NOT_FOUND |
MEDIA_FILE_NO_SUPPORTED_TYPE |
MEDIA_FILE_UNSUPPORTED |
TIMEOUT |
TRAFFICKING |
UNDEFINED |
VPAID |
WRAPPER |
WRAPPER_LIMIT |
WRAPPER_NO_VAST |
WRAPPER_TIMEOUT |
XML_PARSING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static VastError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VastError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VastError XML_PARSING
public static final VastError TRAFFICKING
public static final VastError WRAPPER
public static final VastError WRAPPER_TIMEOUT
public static final VastError WRAPPER_LIMIT
public static final VastError WRAPPER_NO_VAST
public static final VastError FILE_NOT_FOUND
public static final VastError TIMEOUT
public static final VastError MEDIA_FILE_NO_SUPPORTED_TYPE
public static final VastError MEDIA_FILE_UNSUPPORTED
public static final VastError COMPANION
public static final VastError UNDEFINED
public static final VastError VPAID
public static VastError[] values()
for (VastError c : VastError.values()) System.out.println(c);
public static VastError 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 java.lang.String getValue()