FeedItemSetError

Enum describing possible feed item set errors.

Enums

UNSPECIFIED

Enum unspecified.

UNKNOWN

The received error code is not known in this version.

FEED_ITEM_SET_REMOVED

The given ID refers to a removed FeedItemSet.

CANNOT_CLEAR_DYNAMIC_FILTER

The dynamic filter of a feed item set cannot be cleared on UPDATE if it exists. A set is either static or dynamic once added, and that cannot change.

CANNOT_CREATE_DYNAMIC_FILTER

The dynamic filter of a feed item set cannot be created on UPDATE if it does not exist. A set is either static or dynamic once added, and that cannot change.

INVALID_FEED_TYPE

FeedItemSets can only be made for location or affiliate location feeds.

DUPLICATE_NAME

FeedItemSets duplicate name. Name should be unique within an account.

WRONG_DYNAMIC_FILTER_FOR_FEED_TYPE

The feed type of the parent Feed is not compatible with the type of dynamic filter being set. For example, you can only set dynamic_location_set_filter for LOCATION feed item sets.

DYNAMIC_FILTER_INVALID_CHAIN_IDS

Chain ID specified for AffiliateLocationFeedData is invalid.