type FeatureError (v202502)

  • The content lists various Ad Manager API services with links to their FeatureError documentation for version v202502.

  • It outlines the inheritance structure, showing that several specific error types, including FeatureError, inherit from ApiError.

  • The FeatureError type has a reason field which is an enumeration indicating why a feature error occurred.

  • The possible reasons for a FeatureError are MISSING_FEATURE and UNKNOWN.


Namespace
https://www.google.com/apis/ads/publisher/v202502

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

FeatureError

reason

FeatureError.Reason


Enumerations
MISSING_FEATURE
UNKNOWN