AI-generated Key Takeaways
-
The
RequiredNumberError.Reason
enumeration describes why a number might be invalid in the context of Google Ad Manager API. -
It includes reasons such as
REQUIRED
,TOO_LARGE
,TOO_SMALL
, and variations with details. -
The
UNKNOWN
reason is used when the specific reason isn't exposed by the current API version. -
This enumeration is utilized across various Google Ad Manager services like
ProposalService
,AdRuleService
, and more.
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. |