enum FeatureError.Reason (v202411)

  • The FeatureError.Reason enumeration, within the https://www.google.com/apis/ads/publisher/v202411 namespace, defines reasons for feature-related errors in Google Ad Manager.

  • It includes two reasons: MISSING_FEATURE, indicating a feature is not enabled on the network, and UNKNOWN, used when the actual reason is not exposed by the API version.

  • This enumeration is a dependency for many Google Ad Manager services, including AdRuleService, AdjustmentService, and YieldGroupService, informing users about feature-based errors.


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.