type RequiredNumberError (v202505)

  • The webpage provides a comprehensive list of error types used in conjunction with required number validators within the Google Ad Manager API, version v202505.

  • It details various services related to ad management, such as AdRuleService, CreativeService, and LineItemService, which may utilize these errors.

  • The inheritance section highlights that RequiredNumberError is a specific type of ApiError, with a field for the reason of the error, which can include issues like the number being too large or too small.

  • The ApiError inheritance includes fields like fieldPath, fieldPathElements, trigger, and errorString to help identify the cause and context of an error.

  • The RequiredNumberError has a reason field that enumerates potential causes for the error, including REQUIRED, TOO_LARGE, TOO_SMALL, and UNKNOWN.

A list of all errors to be used in conjunction with required number validators.


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

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.

trigger

xsd:string

The data that caused the error.

errorString

xsd:string

A simple string representation of the error and reason.

RequiredNumberError

reason

RequiredNumberError.Reason


Enumerations
REQUIRED
TOO_LARGE
TOO_SMALL
TOO_LARGE_WITH_DETAILS
TOO_SMALL_WITH_DETAILS
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.