type RequiredCollectionError (v202505)

  • The content lists various Ad Manager API services including AdRuleService, AdjustmentService, and AdsTxtService, among many others.

  • It also details inheritance relationships for ApiError and its descendant error types like ApiVersionError and AuthenticationError.

  • The RequiredCollectionError is highlighted with fields for fieldPath, fieldPathElements, trigger, errorString inherited from ApiError, and its specific reason enumeration with values like REQUIRED, TOO_LARGE, and TOO_SMALL.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

RequiredCollectionError

reason

RequiredCollectionError.Reason


Enumerations
REQUIRED
TOO_LARGE
TOO_SMALL
UNKNOWN