Package com.pubmatic.sdk.openwrap.core
Enum POBBidEvent.BidEventError
-
- All Implemented Interfaces:
public enum POBBidEvent.BidEventErrorEnum to maintain BidEvent error
-
-
Field Summary
Fields Modifier and Type Field Description public final StringerrorMessage
-
Enum Constant Summary
Enum Constants Enum Constant Description CLIENT_SIDE_AUCTION_LOSSBID_EXPIREDOTHER
-
Method Summary
Modifier and Type Method Description static Array<POBBidEvent.BidEventError>values()Returns an array containing the constants of this enum type, in the order they're declared. static POBBidEvent.BidEventErrorvalueOf(String name)Returns the enum constant of this type with the specified name. StringgetErrorMessage()-
-
Method Detail
-
values
static Array<POBBidEvent.BidEventError> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static POBBidEvent.BidEventError valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
getErrorMessage
@NonNull() String getErrorMessage()
-
-
-
-