type RequiredCollectionError (v202505)

  • RequiredCollectionError is a type of ApiError that can occur in various services like AdRuleService, AdjustmentService, and AdsTxtService.

  • This error is related to the size or requirement of a collection, with reasons including REQUIRED, TOO_LARGE, TOO_SMALL, and UNKNOWN.

  • The error provides fields like fieldPath, fieldPathElements, trigger, and errorString which are inherited from ApiError to help identify the specific issue.


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