AI-generated Key Takeaways
-
This documentation details the
FeatureError.Reason
enumeration within the Google Ad Manager API. -
FeatureError.Reason
helps identify errors related to missing features or unknown reasons within the current network. -
This error typically indicates that a functionality is being used which is not enabled or supported in the network's configuration.
-
Developers can use this information to troubleshoot and resolve errors by ensuring the required features are enabled before attempting to use them.
- 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. |