type RequiredError (v202505)

  • RequiredError is a specific type of ApiError.

  • It contains inherited fields from ApiError such as fieldPath, fieldPathElements, trigger, and errorString.

  • RequiredError has its own unique field called reason, which is of type RequiredError.Reason.

  • The only defined enumeration for the reason field is REQUIRED.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

RequiredError

reason

RequiredError.Reason


Enumerations
REQUIRED