AI-generated Key Takeaways
-
The content details errors associated with creative asset macros.
-
It lists specific services like CreativeService and CreativeSetService related to these errors.
-
The CreativeAssetMacroError inherits from ApiError and includes fields like fieldPath, trigger, errorString, and a reason field.
-
The reason for a CreativeAssetMacroError can be due to an invalid macro name or an unknown reason.
Lists all errors associated with creative asset macros.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
CreativeAssetMacroError
|
|
|
The error reason represented by an enum. Enumerations
|