type FeatureError (v202505)

  • The page provides a comprehensive list of available services within the Ad Manager API, including various ad-related functionalities like AdRuleService, CreativeService, and ReportService.

  • It details the inheritance hierarchy, showing that FeatureError is a type of ApiError and listing other error types like AuthenticationError and PermissionError that also inherit from ApiError.

  • The Namespace for these services and errors is identified as https://www.google.com/apis/ads/publisher/v202505.

  • Key fields for ApiError, such as fieldPath and trigger, and for FeatureError, specifically reason, are outlined.

  • The possible enumerations for the reason field of FeatureError are provided, including MISSING_FEATURE and UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

FeatureError

reason

FeatureError.Reason


Enumerations
MISSING_FEATURE
UNKNOWN