enum FeatureError.Reason (v202411)

  • This page documents FeatureError.Reason, an enumeration within the Google Ad Manager API.

  • FeatureError.Reason indicates why a specific feature might be unavailable, often due to network settings or API version limitations.

  • Two primary reasons are outlined: MISSING_FEATURE for features not enabled on the network, and UNKNOWN for cases where the reason isn't exposed by the current API version.

  • This enumeration is used by various services within the Google Ad Manager API, as indicated by the listed dependencies.


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.