type RequiredNumberError (v202505)

  • RequiredNumberError is a type of ApiError that indicates a number value is required but not provided, or is too large or too small.

  • This error is inherited from ApiError and contains fields like fieldPath, fieldPathElements, trigger, and errorString.

  • RequiredNumberError has a specific reason field which can be REQUIRED, TOO_LARGE, TOO_SMALL, TOO_LARGE_WITH_DETAILS, TOO_SMALL_WITH_DETAILS, or UNKNOWN.

  • The provided content lists various services that can return a RequiredNumberError, including AdRuleService, CompanyService, and CreativeService.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

RequiredNumberError

reason

RequiredNumberError.Reason


Enumerations
REQUIRED
TOO_LARGE
TOO_SMALL
TOO_LARGE_WITH_DETAILS
TOO_SMALL_WITH_DETAILS
UNKNOWN