type ApiVersionError (v202508)

  • The page lists numerous services including AdRuleService, AdjustmentService, and ReportService, each linking to their specific documentation within the v202508 API version.

  • A hierarchy of errors is shown, with ApiError as the base class and several specific error types inheriting from it, such as ApiVersionError, AuthenticationError, and SiteError.

  • The ApiVersionError includes a field called 'reason' which refers to an enumeration containing values like UPDATE_TO_NEWER_VERSION and UNKNOWN.

  • The page details the fields within ApiError and ApiVersionError, including inherited fields like fieldPath and trigger, and the specific reason field for ApiVersionError.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ApiVersionError

reason

ApiVersionError.Reason


Enumerations
UPDATE_TO_NEWER_VERSION
UNKNOWN