AI-generated Key Takeaways
-
The
RequiredNumberError
object within the Google Ad Manager API provides specific reasons for number-based validation errors across various services. -
It indicates whether a required number is missing, too large, or too small, and some reasons may include additional details.
-
This error utilizes a namespace tied to the Google Ad Manager API's v202411 version.
-
Reasons for number validation errors are represented by an enumeration with values like
REQUIRED
,TOO_LARGE
,TOO_SMALL
,TOO_LARGE_WITH_DETAILS
,TOO_SMALL_WITH_DETAILS
, andUNKNOWN
.
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. |