AI-generated Key Takeaways
-
The
RequiredCollectionError
object in the Google Ad Manager API is used to validate the size of collections. -
It is triggered when a collection is missing, too large, or too small.
-
This error extends the
ApiError
object, inheriting fields for identifying the error's cause and context. -
Developers can utilize the
reason
field to understand the specific reason for aRequiredCollectionError
. -
The error's namespace is
https://www.google.com/apis/ads/publisher/v202411
.
A list of all errors to be used for validating sizes of collections.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
RequiredCollectionError
|
|
|
Enumerations
|