public enum EntityChildrenLimitReachedErrorReason extends Enum<EntityChildrenLimitReachedErrorReason>
Java class for EntityChildrenLimitReachedError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EntityChildrenLimitReachedError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LINE_ITEM_LIMIT_FOR_ORDER_REACHED"/>
<enumeration value="CREATIVE_ASSOCIATION_LIMIT_FOR_LINE_ITEM_REACHED"/>
<enumeration value="AD_UNIT_LIMIT_FOR_PLACEMENT_REACHED"/>
<enumeration value="TARGETING_EXPRESSION_LIMIT_FOR_LINE_ITEM_REACHED"/>
<enumeration value="CUSTOM_TARGETING_VALUES_FOR_KEY_LIMIT_REACHED"/>
<enumeration value="TARGETING_EXPRESSION_LIMIT_FOR_CREATIVES_ON_LINE_ITEM_REACHED"/>
<enumeration value="ATTACHMENT_LIMIT_FOR_PROPOSAL_REACHED"/>
<enumeration value="PROPOSAL_LINE_ITEM_LIMIT_FOR_PROPOSAL_REACHED"/>
<enumeration value="PRODUCT_LIMIT_FOR_PRODUCT_PACKAGE_REACHED"/>
<enumeration value="PRODUCT_TEMPLATE_AND_PRODUCT_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED"/>
<enumeration value="PRODUCT_PACKAGE_ITEM_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED"/>
<enumeration value="PREMIUM_LIMIT_FOR_RATE_CARD_REACHED"/>
<enumeration value="AD_UNIT_LIMIT_FOR_AD_EXCLUSION_RULE_TARGETING_REACHED"/>
<enumeration value="NATIVE_STYLE_LIMIT_FOR_NATIVE_AD_FORMAT_REACHED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AD_UNIT_LIMIT_FOR_AD_EXCLUSION_RULE_TARGETING_REACHED
The number of ad units on
AdExclusionRule.inventoryTargeting exceeds the max number
of ad units allowed per ad exclusion rule inventory targeting in the network. |
AD_UNIT_LIMIT_FOR_PLACEMENT_REACHED
The number of ad units on the placement exceeds the max number of ad units
allowed per placement in the network.
|
ATTACHMENT_LIMIT_FOR_PROPOSAL_REACHED
The number of attachments added to the proposal exceeds the max number
allowed per proposal in the network.
|
CREATIVE_ASSOCIATION_LIMIT_FOR_LINE_ITEM_REACHED
The number of creatives associated with the line item exceeds the max number of creatives
allowed to be associated with a line item in the network.
|
CUSTOM_TARGETING_VALUES_FOR_KEY_LIMIT_REACHED
The number of custom targeting values for the free-form or predefined custom targeting key
exceeds the max number allowed.
|
LINE_ITEM_LIMIT_FOR_ORDER_REACHED
The number of line items on the order exceeds the max number of line items allowed per order
in the network.
|
NATIVE_STYLE_LIMIT_FOR_NATIVE_AD_FORMAT_REACHED
The number of native styles under the native creative template exceeds the
max number of native styles allowed per native creative template in the
network.
|
PREMIUM_LIMIT_FOR_RATE_CARD_REACHED
The number of premiums of the rate card exceeds the max number allowed per rate card
in the network.
|
PRODUCT_LIMIT_FOR_PRODUCT_PACKAGE_REACHED
The number of product package items on the product package exceeds the max number
allowed per product package in the network.
|
PRODUCT_PACKAGE_ITEM_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED
The number of product package item base rates on the rate card exceeds the max number
allowed per rate card in the network.
|
PRODUCT_TEMPLATE_AND_PRODUCT_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED
The number of product template and product base rates on the rate card (including excluded
product base rates) exceeds the max number allowed per rate card in the network.
|
PROPOSAL_LINE_ITEM_LIMIT_FOR_PROPOSAL_REACHED
The number of proposal line items on the proposal exceeds the max number
allowed per proposal in the network.
|
TARGETING_EXPRESSION_LIMIT_FOR_CREATIVES_ON_LINE_ITEM_REACHED
The total number of targeting expressions on the creatives for the line item exceeds
the max number allowed per line item in the network.
|
TARGETING_EXPRESSION_LIMIT_FOR_LINE_ITEM_REACHED
The number of targeting expressions on the line item exceeds the max number of targeting
expressions allowed per line item in the network.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityChildrenLimitReachedErrorReason |
fromValue(String v) |
String |
value() |
static EntityChildrenLimitReachedErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityChildrenLimitReachedErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityChildrenLimitReachedErrorReason LINE_ITEM_LIMIT_FOR_ORDER_REACHED
public static final EntityChildrenLimitReachedErrorReason CREATIVE_ASSOCIATION_LIMIT_FOR_LINE_ITEM_REACHED
public static final EntityChildrenLimitReachedErrorReason AD_UNIT_LIMIT_FOR_PLACEMENT_REACHED
public static final EntityChildrenLimitReachedErrorReason TARGETING_EXPRESSION_LIMIT_FOR_LINE_ITEM_REACHED
public static final EntityChildrenLimitReachedErrorReason CUSTOM_TARGETING_VALUES_FOR_KEY_LIMIT_REACHED
public static final EntityChildrenLimitReachedErrorReason TARGETING_EXPRESSION_LIMIT_FOR_CREATIVES_ON_LINE_ITEM_REACHED
public static final EntityChildrenLimitReachedErrorReason ATTACHMENT_LIMIT_FOR_PROPOSAL_REACHED
public static final EntityChildrenLimitReachedErrorReason PROPOSAL_LINE_ITEM_LIMIT_FOR_PROPOSAL_REACHED
public static final EntityChildrenLimitReachedErrorReason PRODUCT_LIMIT_FOR_PRODUCT_PACKAGE_REACHED
public static final EntityChildrenLimitReachedErrorReason PRODUCT_TEMPLATE_AND_PRODUCT_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED
public static final EntityChildrenLimitReachedErrorReason PRODUCT_PACKAGE_ITEM_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED
public static final EntityChildrenLimitReachedErrorReason PREMIUM_LIMIT_FOR_RATE_CARD_REACHED
public static final EntityChildrenLimitReachedErrorReason AD_UNIT_LIMIT_FOR_AD_EXCLUSION_RULE_TARGETING_REACHED
AdExclusionRule.inventoryTargeting exceeds the max number
of ad units allowed per ad exclusion rule inventory targeting in the network.public static final EntityChildrenLimitReachedErrorReason NATIVE_STYLE_LIMIT_FOR_NATIVE_AD_FORMAT_REACHED
public static final EntityChildrenLimitReachedErrorReason UNKNOWN
public static EntityChildrenLimitReachedErrorReason[] values()
for (EntityChildrenLimitReachedErrorReason c : EntityChildrenLimitReachedErrorReason.values()) System.out.println(c);
public static EntityChildrenLimitReachedErrorReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static EntityChildrenLimitReachedErrorReason fromValue(String v)
Copyright © 2018. All Rights Reserved.