AI-generated Key Takeaways
-
The
CollectionSizeError.Reason
enumeration, within thehttps://www.google.com/apis/ads/publisher/v202411
namespace, defines reasons for collection size errors. -
This enumeration includes
TOO_LARGE
andUNKNOWN
reasons, with the latter indicating the value is not exposed by the requested API version. -
A variety of Google Ad Manager services, such as AdRuleService, AdjustmentService, and AdsTxtService, utilize this
CollectionSizeError.Reason
enumeration. -
CollectionSizeError
is a dependency forCollectionSizeError.Reason
, providing context for the error types.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
TOO_LARGE
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |