public enum NativeErrorCode extends java.lang.Enum<NativeErrorCode>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static NativeErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NativeErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeErrorCode EMPTY_AD_RESPONSE
public static final NativeErrorCode INVALID_RESPONSE
public static final NativeErrorCode IMAGE_DOWNLOAD_FAILURE
public static final NativeErrorCode INVALID_REQUEST_URL
public static final NativeErrorCode UNEXPECTED_RESPONSE_CODE
public static final NativeErrorCode SERVER_ERROR_RESPONSE_CODE
public static final NativeErrorCode CONNECTION_ERROR
public static final NativeErrorCode UNSPECIFIED
public static final NativeErrorCode NETWORK_INVALID_REQUEST
public static final NativeErrorCode NETWORK_TIMEOUT
public static final NativeErrorCode NETWORK_NO_FILL
public static final NativeErrorCode NETWORK_INVALID_STATE
public static final NativeErrorCode NATIVE_RENDERER_CONFIGURATION_ERROR
public static final NativeErrorCode NATIVE_ADAPTER_CONFIGURATION_ERROR
public static final NativeErrorCode NATIVE_ADAPTER_NOT_FOUND
public static NativeErrorCode[] values()
for (NativeErrorCode c : NativeErrorCode.values()) System.out.println(c);
public static NativeErrorCode 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 final java.lang.String toString()
toString in class java.lang.Enum<NativeErrorCode>