enum FeatureError.Reason (v202411)

  • The document provides a list of services within the Ad Manager API, along with a specific error type, FeatureError, and its possible reasons.

  • FeatureError.Reason is an enumeration with two possible values: MISSING_FEATURE and UNKNOWN.

  • MISSING_FEATURE indicates that a feature is being used which is not enabled on the current network.

  • UNKNOWN is returned when the actual value of the error reason is not exposed by the requested API version.


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.