type RequiredCollectionError (v202508)

  • RequiredCollectionError is a type of ApiError that can occur in various Ad Manager services.

  • It includes inherited fields like fieldPath, trigger, and errorString from ApiError.

  • RequiredCollectionError has a specific field called 'reason' which indicates the cause of the error.

  • Possible reasons for a RequiredCollectionError include REQUIRED, TOO_LARGE, TOO_SMALL, and UNKNOWN.

  • These errors can occur in services such as AdRuleService, AdsTxtService, AudienceSegmentService, and many others listed.


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

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