AI-generated Key Takeaways
-
This page documents the
RangeError
in the Google Ad Manager API, specifically within the context of theCreativeTemplateService
. -
RangeError
occurs when a value falls outside of the acceptable range for a given field. -
This error inherits properties from the general
ApiError
type, providing details about the error's location and cause. -
The
reason
field inRangeError
indicates whether the value was "TOO_HIGH" or "TOO_LOW". -
Developers using the Ad Manager API should consult this documentation to understand and handle
RangeError
scenarios when working with Creative Templates.
A list of all errors associated with the Range constraint.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
RangeError
|
|
|
Enumerations
|