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-02-13 UTC."],[[["The `CustomCreativeError` object lists all errors associated with custom creatives in Google Ad Manager."],["Errors can arise from issues like duplicate macro names, missing or unrecognized macros, or disallowed custom creative types."],["Interstitial custom creatives require a specific interstitial macro in their snippet."],["Macros within a single custom creative must reference unique assets and have distinct names."],["This error object is part of the Google Ad Manager API and uses a namespace for versioning and organization."]]],["The document details errors associated with custom creatives within the Ad Manager API. It defines the `CustomCreativeError` which inherits from `ApiError`. `ApiError` contains fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `CustomCreativeError` specifies `reason`, an enum describing the error. Possible error reasons include: `DUPLICATE_MACRO_NAME_FOR_CREATIVE`, `SNIPPET_REFERENCES_MISSING_MACRO`, `UNRECOGNIZED_MACRO`, `CUSTOM_CREATIVE_NOT_ALLOWED`, `MISSING_INTERSTITIAL_MACRO`, `DUPLICATE_ASSET_IN_MACROS`, and `UNKNOWN`. The information outlines potential issues when working with custom creatives and their associated elements.\n"]]