type CollectionSizeError (v202411)

  • The CollectionSizeError object indicates that a provided collection exceeds the allowed size limit.

  • This error extends the ApiError type and includes fields like fieldPath, fieldPathElements, trigger, and errorString for detailed error information.

  • The reason field within CollectionSizeError provides further context, such as whether the collection is TOO_LARGE or the reason is UNKNOWN.

  • The provided content references a variety of Google Ad Manager services and their associated CollectionSizeError.

  • 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

CollectionSizeError

reason

CollectionSizeError.Reason


Enumerations
TOO_LARGE
UNKNOWN