type RequiredCollectionError (v202411)

  • This documentation focuses on the RequiredCollectionError within the Google Ad Manager API's YieldGroupService.

  • RequiredCollectionError is triggered when a collection-type field violates size constraints or is missing a required value.

  • It inherits properties from the ApiError object for detailed error information.

  • Developers can utilize the reason field to understand the specific cause of the error, such as whether the collection is too large, too small, or missing altogether.

  • The namespace for this error is https://www.google.com/apis/ads/publisher/v202411.


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

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