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