FeedItemValidationError

Stores a validation error and the set of offending feed attributes which together are responsible for causing a feed item validation error.

Fields

validation_error

FeedItemValidationError

Output only. Error code indicating what validation error was triggered. The description of the error can be found in the 'description' field.

feed_attribute_ids[]

int64

Output only. Set of feed attributes in the feed item flagged during validation. If empty, no specific feed attributes can be associated with the error (for example, error across the entire feed item).

description

string

Output only. The description of the validation error.

extra_info

string

Output only. Any extra information related to this error which is not captured by validation_error and feed_attribute_id (for example, placeholder field IDs when feed_attribute_id is not mapped). Note that extra_info is not localized.