enum FeatureError.Reason (v202411)

  • This documentation details the FeatureError.Reason enumeration for the Google Ad Manager API.

  • FeatureError.Reason outlines reasons for feature errors, which can occur when using functionalities not enabled on the network.

  • It includes two enumeration values: MISSING_FEATURE and UNKNOWN.

  • MISSING_FEATURE signifies the attempted use of an unsupported feature, while UNKNOWN represents an error with an undisclosed cause.

  • This enumeration helps developers debug and handle feature-related issues within 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.