AI-generated Key Takeaways
-
This documentation details the
CollectionSizeError.Reason
enumeration within the Google Ad Manager API. -
CollectionSizeError.Reason
is used to indicate why a collection size error occurred. -
The possible reasons are
TOO_LARGE
andUNKNOWN
. -
TOO_LARGE
signifies the collection exceeded the allowed size limit. -
UNKNOWN
is a default value used when the actual reason is not exposed by the API.
- 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. |