type CollectionSizeError (v202502)

  • The content details various Ad Manager API services and their associated errors for version v202502.

  • CollectionSizeError is a specific type of API error indicating an issue with the size of a collection.

  • The CollectionSizeError has a reason field which can be TOO_LARGE or UNKNOWN.

  • The ApiError base class, inherited by CollectionSizeError, includes fields like fieldPath, fieldPathElements, trigger, and errorString.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

CollectionSizeError

reason

CollectionSizeError.Reason


Enumerations
TOO_LARGE
UNKNOWN