AI-generated Key Takeaways
-
The
RequiredNumberError
object in Google Ad Manager's API v202411 is used to indicate problems with numerical input. -
RequiredNumberError.Reason
is an enumeration defining various causes for these errors, like numbers being too large, too small, or simply required. -
The enumeration includes
REQUIRED
,TOO_LARGE
,TOO_SMALL
,TOO_LARGE_WITH_DETAILS
,TOO_SMALL_WITH_DETAILS
, andUNKNOWN
as possible reasons for the error. -
The namespace for this error object is
https://www.google.com/apis/ads/publisher/v202411
. -
This error is relevant to various Ad Manager services including CreativeService, CompanyService, and many others, as shown in the dependencies section.
Describes reasons for a number to be invalid.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
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. |