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-08-20 UTC."],[[["`CustomCreativeError` outlines errors encountered when working with custom creatives in Google Ad Manager."],["This error encompasses issues like duplicate macro names, missing or unrecognized macros, and interstitial macro requirements."],["It also addresses restrictions on custom creative usage and potential conflicts with asset associations within macros."],["Detailed information about the error is available through the `reason` field, which provides specific error codes and descriptions."],["Developers can use the provided namespace and field details to understand and troubleshoot `CustomCreativeError` instances."]]],["The content outlines error types related to the `CreativeService` within an API, specifically focusing on `CustomCreativeError`. It details an inheritance structure, beginning with `ApiError` and branching into various specific error types, including issues with assets, authentication, collections, creatives, and files. `CustomCreativeError` itself has specific reasons, including `DUPLICATE_MACRO_NAME_FOR_CREATIVE`, `SNIPPET_REFERENCES_MISSING_MACRO`, and others, all associated with custom creative implementation. The content also provides details on each `ApiError` field, like `fieldPath`, `trigger`, and `errorString`, and gives information about the names space.\n"]]