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."],[[["`CustomCreativeError` objects detail errors encountered when working with custom creatives in Google Ad Manager."],["These errors can arise from issues like duplicate macro names, missing or invalid macros, or restrictions on custom creative usage."],["The `reason` field provides a specific code indicating the nature of the error, such as `DUPLICATE_MACRO_NAME_FOR_CREATIVE` or `SNIPPET_REFERENCES_MISSING_MACRO`."],["Detailed information about each error reason can be found in the provided documentation links."],["This error framework helps developers troubleshoot and resolve problems related to custom creative implementation in their ad campaigns."]]],["The content outlines the `CreativeService` and its associated error types within the ad manager API (v202402). It details various potential errors, categorized under `ApiError` inheritance, including `CustomCreativeError`. `CustomCreativeError` has specific reasons like `DUPLICATE_MACRO_NAME_FOR_CREATIVE` and `UNRECOGNIZED_MACRO` that are associated with errors for custom creatives. It provides fields `fieldPath`, `fieldPathElements`, `trigger` and `errorString` to get more details about errors.\n"]]