FeedMappingError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible feed item errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
INVALID_PLACEHOLDER_FIELD
|
The given placeholder field does not exist. |
INVALID_CRITERION_FIELD
|
The given criterion field does not exist. |
INVALID_PLACEHOLDER_TYPE
|
The given placeholder type does not exist. |
INVALID_CRITERION_TYPE
|
The given criterion type does not exist. |
NO_ATTRIBUTE_FIELD_MAPPINGS
|
A feed mapping must contain at least one attribute field mapping. |
FEED_ATTRIBUTE_TYPE_MISMATCH
|
The type of the feed attribute referenced in the attribute field mapping must match the type of the placeholder field. |
CANNOT_OPERATE_ON_MAPPINGS_FOR_SYSTEM_GENERATED_FEED
|
A feed mapping for a system generated feed cannot be operated on. |
MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_TYPE
|
Only one feed mapping for a placeholder type is allowed per feed or customer (depending on the placeholder type). |
MULTIPLE_MAPPINGS_FOR_CRITERION_TYPE
|
Only one feed mapping for a criterion type is allowed per customer. |
MULTIPLE_MAPPINGS_FOR_PLACEHOLDER_FIELD
|
Only one feed attribute mapping for a placeholder field is allowed (depending on the placeholder type). |
MULTIPLE_MAPPINGS_FOR_CRITERION_FIELD
|
Only one feed attribute mapping for a criterion field is allowed (depending on the criterion type). |
UNEXPECTED_ATTRIBUTE_FIELD_MAPPINGS
|
This feed mapping may not contain any explicit attribute field mappings. |
LOCATION_PLACEHOLDER_ONLY_FOR_PLACES_FEEDS
|
Location placeholder feed mappings can only be created for Places feeds. |
CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED
|
Mappings for typed feeds cannot be modified. |
INVALID_PLACEHOLDER_TYPE_FOR_NON_SYSTEM_GENERATED_FEED
|
The given placeholder type can only be mapped to system generated feeds. |
INVALID_PLACEHOLDER_TYPE_FOR_SYSTEM_GENERATED_FEED_TYPE
|
The given placeholder type cannot be mapped to a system generated feed with the given type. |
ATTRIBUTE_FIELD_MAPPING_MISSING_FIELD
|
The "field" oneof was not set in an AttributeFieldMapping. |
LEGACY_FEED_TYPE_READ_ONLY
|
Feed is read only. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This enum outlines potential errors that can occur with feed items, such as mismatched data types, invalid fields, or mapping issues."],["Several errors relate to improper feed mappings, including those involving placeholder and criterion fields and types."],["Restrictions exist on mappings for system-generated and typed feeds, and certain placeholder types are limited to specific feed types."],["Errors can also indicate when essential mappings are absent or when a feed is read-only and cannot be modified."],["Some errors are general, like an unspecified error or an unknown error code."]]],[]]