AI-generated Key Takeaways
-
CreativeAssetMacroError is an error associated with creative asset macros.
-
It inherits from ApiError and includes fields like fieldPath, trigger, and errorString.
-
Specific to CreativeAssetMacroError is the 'reason' field, which provides an enum indicating the error cause, such as INVALID_MACRO_NAME or UNKNOWN.
-
The INVALID_MACRO_NAME reason indicates macro names must start with an alpha character, contain only alphanumeric characters and underscores, and be between 1 and 64 characters.
Lists all errors associated with creative asset macros.
- 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. |
CreativeAssetMacroError
|
|
|
The error reason represented by an enum. Enumerations
|