type RequiredCollectionError (v202411)

  • This documentation details the RequiredCollectionError within the AdsTxtService namespace of the Google Ad Manager API.

  • RequiredCollectionError is a type of ApiError indicating an issue with a required collection, such as its size.

  • The error provides context through fields like fieldPath, trigger, and errorString, inherited from ApiError.

  • It specifically highlights the reason for the collection error, which can be REQUIRED, TOO_LARGE, TOO_SMALL, or UNKNOWN.

  • Developers can use this information to understand and resolve issues related to required collections when interacting with the AdsTxtService.


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