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."],[[["The `LineItemCreativeAssociationService.CreativePreviewError` object represents errors encountered while generating creative preview URLs."],["This error type is part of the `LineItemCreativeAssociationService` and inherits from the `ApiError` type."],["`CreativePreviewError` includes a `reason` field that specifies the cause of the error, such as the inability to generate a preview URL or specific requirements for certain creative types."],["Errors 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."],["The `reason` field uses an enumeration `CreativePreviewError.Reason` to provide detailed information about the error."]]],["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"]]