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."]]],[]]