AI-generated Key Takeaways
-
This page provides an overview of the
FeatureError.Reason
enumeration within the Google Ad Manager API. -
FeatureError.Reason
outlines reasons for feature errors, primarily indicating that a feature is not enabled or the error reason is unknown in the current API version. -
The enumeration includes two values:
MISSING_FEATURE
andUNKNOWN
, which signal whether a feature is unavailable or the reason is undetermined. -
Developers can use these reasons to handle errors related to unavailable or unknown features in their Ad Manager integrations.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
MISSING_FEATURE
|
A feature is being used that is not enabled on the current network. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |