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-05-15 UTC."],[[["CustomCreativeError lists all errors associated with custom creatives in Google Ad Manager."],["It's part of the CreativeService and inherits from the ApiError object."],["Errors are categorized by reasons like duplicate macro names, missing macros, or unsupported creative types."],["The error includes details such as the field path, trigger, and a human-readable error string."],["Developers can use the provided reason codes and details to troubleshoot and resolve issues with custom creatives."]]],["The document details the `CreativeService` and its associated error types within the context of ad management. It specifies that the `CreativeService` offers sub-services like `CreativeSetService` and `LineItemCreativeAssociationService`, all under the `CustomCreativeError` umbrella. Many errors are outlined as inheriting from `ApiError`. Specific `CustomCreativeError` reasons include `DUPLICATE_MACRO_NAME_FOR_CREATIVE`, `SNIPPET_REFERENCES_MISSING_MACRO`, `UNRECOGNIZED_MACRO`, `CUSTOM_CREATIVE_NOT_ALLOWED`, `MISSING_INTERSTITIAL_MACRO`, and `DUPLICATE_ASSET_IN_MACROS`. `UNKNOWN` is returned if the value is not exposed.\n"]]