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."],[[["This document lists errors related to custom creatives in Google Ad Manager."],["The errors are organized within a namespace and inherit from a base `ApiError` type."],["Each error has specific fields like `fieldPath`, `trigger`, and `errorString` for debugging."],["`CustomCreativeError` details reasons for errors with macros, snippets, and asset usage in custom creatives."],["The `reason` field provides an enum value to pinpoint the specific cause of the error."]]],["The provided content details errors associated with custom creatives within the Ad Manager API. It outlines the `CreativeService`, `CreativeSetService`, and `LineItemCreativeAssociationService`, along with their potential `ApiError` types. Specific error types include `CustomCreativeError`, which has the below reasons: `DUPLICATE_MACRO_NAME_FOR_CREATIVE`, `SNIPPET_REFERENCES_MISSING_MACRO`, `UNRECOGNIZED_MACRO`, `CUSTOM_CREATIVE_NOT_ALLOWED`, `MISSING_INTERSTITIAL_MACRO`, `DUPLICATE_ASSET_IN_MACROS`, `UNKNOWN`. The `ApiError` also include fields such as `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. It also includes the namespace for these services.\n"]]