| 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 VAST_SCHEMA_VALIDATION
public static final VastError VAST_VERSION_NOT_SUPPORTED
public static final VastError TRAFFICKING
public static final VastError EXPECTED_DIFFERENT_LINEARITY
public static final VastError EXPECTED_DIFFERENT_DURATION
public static final VastError EXPECTED_DIFFERENT_SIZE
public static final VastError AD_CATEGORY_REQUIRED
public static final VastError BLOCKED_CATEGORY
public static final VastError AD_BREAK_SHORTENED
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 WRAPPER_INLINE_TIMEOUT
public static final VastError LINEAR
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 MEZZANINE_REQUIRED
public static final VastError MEZZANINE_DOWNLOAD_IN_PROCESS
public static final VastError CONDITION_AD_REJECTED
public static final VastError INTERACTIVE_NOT_EXECUTED
public static final VastError VERIFICATION_NOT_EXECUTED
public static final VastError MEZZANINE_INVALID
public static final VastError NON_LINEAR
public static final VastError NON_LINEAR_SIZE_NOT_FIT
public static final VastError NON_LINEAR_UNABLE_TO_FETCH
public static final VastError NON_LINEAR_NO_SUPPORTED_RESOURCE
public static final VastError COMPANION
public static final VastError COMPANION_SIZE_NOT_FIT
public static final VastError COMPANION_UNABLE_TO_DISPLAY
public static final VastError COMPANION_UNABLE_TO_FETCH
public static final VastError COMPANION_NO_SUPPORTED_RESOURCE
public static final VastError UNDEFINED
public static final VastError VPAID
public static final VastError INTERACTIVE_CREATIVE
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()