type RequiredCollectionError (v202505)

  • RequiredCollectionError is a type of ApiError that can be inherited by various services.

  • RequiredCollectionError includes fields like fieldPath, trigger, errorString, and a specific reason.

  • The reason for a RequiredCollectionError can be REQUIRED, TOO_LARGE, TOO_SMALL, or UNKNOWN.


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