AI-generated Key Takeaways
-
The
RequiredCollectionError.Reason
enumeration in Google Ad Manager API v202411 defines reasons for errors related to required collections. -
This enumeration includes reasons such as
REQUIRED
,TOO_LARGE
,TOO_SMALL
, andUNKNOWN
. -
These reasons indicate whether a collection is missing, exceeds the maximum allowed size, is smaller than the minimum required size, or the reason is unknown in the current API version.
-
It's used by various services in the Ad Manager API, including AdRuleService, AdjustmentService, and many others, as listed in the provided content.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
REQUIRED
|
A required collection is missing. |
TOO_LARGE
|
Collection size is too large. |
TOO_SMALL
|
Collection size is too small. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |