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)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["CustomCreativeError lists all errors associated with custom creatives in Google Ad Manager."],["It inherits from ApiError and provides details about the error through fields like fieldPath, trigger, and errorString."],["The `reason` field, represented by the CustomCreativeError.Reason enum, indicates the specific cause of the error, such as duplicate macro names or missing macros."],["These errors often arise when creating or working with custom creatives and their associated assets and macros."],["This information is crucial for troubleshooting and resolving issues related to custom creatives within the Google Ad Manager platform."]]],["The core content outlines errors associated with custom creatives within the context of ad management services. It details the `CustomCreativeError` and its `Reason` enumeration, which specifies various error types. These error types include issues like duplicate macro names, missing or unrecognized macros, disallowed custom creatives, missing interstitial macros, and duplicate assets in macros. Additionally, the content lists inherited error types like `ApiError` with associated field information to help understand the context of the errors.\n"]]