type RequiredCollectionError (v202411)

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

  • RequiredCollectionError includes fields like fieldPath, fieldPathElements, trigger, and errorString from its ApiError inheritance.

  • RequiredCollectionError has a specific reason field that uses the RequiredCollectionError.Reason enumeration with values like REQUIRED, TOO_LARGE, TOO_SMALL, and UNKNOWN.

  • Many services within the API reference for v202411 are associated with the RequiredCollectionError.RequiredCollectionError.


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