Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedAttributeReferenceError
Enum describing possible feed attribute reference errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
CANNOT_REFERENCE_REMOVED_FEED
|
A feed referenced by ID has been removed. |
INVALID_FEED_NAME
|
There is no enabled feed with the given name. |
INVALID_FEED_ATTRIBUTE_NAME
|
There is no feed attribute in an enabled feed with the given name. |
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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors encountered when referencing feed attributes."],["Errors can indicate issues like referencing a deleted feed, using an invalid feed name, or specifying an incorrect feed attribute name."],["`UNSPECIFIED` and `UNKNOWN` values represent general or unrecognized error states."]]],["The document outlines an enumeration of feed attribute reference errors. Key error types include `UNSPECIFIED` (no specific error), `UNKNOWN` (unrecognized error code), `CANNOT_REFERENCE_REMOVED_FEED` (referencing a deleted feed), `INVALID_FEED_NAME` (invalid or disabled feed name), and `INVALID_FEED_ATTRIBUTE_NAME` (invalid or disabled feed attribute name). These errors are used to identify problems when referencing feeds or their attributes, such as issues with feed names, attributes, or the feed's removal status.\n"]]