| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
getMessage() |
java.lang.String |
toString() |
static ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCode NO_FILL
public static final ErrorCode PARSER_ERROR
public static final ErrorCode SERVER_ERROR_PREFIX
public static final ErrorCode INVALID_ASSET
public static final ErrorCode UNSUPPORTED_ASSET
public static final ErrorCode NULL_AD
public static final ErrorCode INVALID_AD
public static final ErrorCode INVALID_ZONE_ID
public static final ErrorCode INVALID_SIGNAL_DATA
public static final ErrorCode NOT_INITIALISED
public static final ErrorCode AUCTION_NO_AD
public static final ErrorCode ERROR_RENDERING_BANNER
public static final ErrorCode ERROR_RENDERING_INTERSTITIAL
public static final ErrorCode ERROR_RENDERING_REWARDED
public static final ErrorCode MRAID_PLAYER_ERROR
public static final ErrorCode VAST_PLAYER_ERROR
public static final ErrorCode ERROR_TRACKING_URL
public static final ErrorCode ERROR_TRACKING_JS
public static final ErrorCode INVALID_URL
public static final ErrorCode INTERNAL_ERROR
public static final ErrorCode UNKNOWN_ERROR
public static final ErrorCode DISABLED_FORMAT
public static final ErrorCode DISABLED_RENDERING_ENGINE
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode 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 int getCode()
public java.lang.String getMessage()
public java.lang.String toString()
toString in class java.lang.Enum<ErrorCode>