public enum InneractiveErrorCode extends java.lang.Enum<InneractiveErrorCode>
| Modifier and Type | Class and Description |
|---|---|
static class |
InneractiveErrorCode.Metricable |
| Modifier and Type | Method and Description |
|---|---|
InneractiveErrorCode.Metricable |
getMetricable() |
boolean |
shouldSendTimeMetric() |
java.lang.String |
toString() |
static InneractiveErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InneractiveErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InneractiveErrorCode NO_FILL
public static final InneractiveErrorCode SERVER_INTERNAL_ERROR
public static final InneractiveErrorCode SERVER_INVALID_RESPONSE
public static final InneractiveErrorCode SDK_INTERNAL_ERROR
public static final InneractiveErrorCode CANCELLED
public static final InneractiveErrorCode CONNECTION_TIMEOUT
public static final InneractiveErrorCode CONNECTION_ERROR
public static final InneractiveErrorCode LOAD_TIMEOUT
public static final InneractiveErrorCode IN_FLIGHT_TIMEOUT
public static final InneractiveErrorCode UNKNOWN_APP_ID
public static final InneractiveErrorCode INVALID_INPUT
public static final InneractiveErrorCode ERROR_CODE_NATIVE_VIDEO_NOT_SUPPORTED
public static final InneractiveErrorCode NATIVE_ADS_NOT_SUPPORTED_FOR_OS
public static final InneractiveErrorCode ERROR_CONFIGURATION_MISMATCH
public static final InneractiveErrorCode ERROR_CONFIGURATION_NO_SUCH_SPOT
public static final InneractiveErrorCode SPOT_DISABLED
public static final InneractiveErrorCode UNSUPPORTED_SPOT
public static final InneractiveErrorCode NON_SECURE_CONTENT_DETECTED
public static final InneractiveErrorCode UNSPECIFIED
public static final InneractiveErrorCode SDK_NOT_INITIALIZED
public static final InneractiveErrorCode SDK_NOT_INITIALIZED_OR_CONFIG_ERROR
public static InneractiveErrorCode[] values()
for (InneractiveErrorCode c : InneractiveErrorCode.values()) System.out.println(c);
public static InneractiveErrorCode 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 toString()
toString in class java.lang.Enum<InneractiveErrorCode>public InneractiveErrorCode.Metricable getMetricable()
public boolean shouldSendTimeMetric()