AI-generated Key Takeaways
-
AdUnitHierarchyError is caused by creating an AdUnit object with an invalid hierarchy.
-
It inherits from ApiError and is part of the InventoryService.
-
Reasons for this error include exceeding the allowed hierarchy depth (INVALID_DEPTH) or specifying an invalid parent (INVALID_PARENT).
-
The error details can include the field path, field path elements, trigger data, and a simple error string.
-
The namespace associated with this error is
https://www.google.com/apis/ads/publisher/v202505.
Caused by creating an AdUnit object with an invalid hierarchy.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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. |
AdUnitHierarchyError
|
|
|
Enumerations
|