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 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eLineItemCreativeAssociationService.CreativePreviewError\u003c/code\u003e object represents errors encountered while generating creative preview URLs.\u003c/p\u003e\n"],["\u003cp\u003eThis error type is part of the \u003ccode\u003eLineItemCreativeAssociationService\u003c/code\u003e and inherits from the \u003ccode\u003eApiError\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreativePreviewError\u003c/code\u003e includes a \u003ccode\u003ereason\u003c/code\u003e field that specifies the cause of the error, such as the inability to generate a preview URL or specific requirements for certain creative types.\u003c/p\u003e\n"],["\u003cp\u003eErrors can occur due to reasons like: the creative cannot be previewed, native creatives need specific methods for preview URLs, or third-party creatives requiring HTML snippets for previews.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field uses an enumeration \u003ccode\u003eCreativePreviewError.Reason\u003c/code\u003e to provide detailed information about the error.\u003c/p\u003e\n"]]],["The `LineItemCreativeAssociation` service outlines potential errors encountered when associating line items with creatives, with `CreativePreviewError` being one of them. These errors, inheriting from `ApiError`, provide details like `fieldPath`, `trigger`, and `errorString`. `CreativePreviewError` specifies reasons, including `CANNOT_GENERATE_PREVIEW_URL`, `CANNOT_GENERATE_PREVIEW_URL_FOR_NATIVE_CREATIVES`, and `HTML_SNIPPET_REQUIRED_FOR_THIRD_PARTY_CREATIVE`, or when a general `UNKNOWN` error occur.\n"],null,[]]