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-11-19 UTC."],[[["The `RichMediaStudioCreativeError` object lists errors encountered with Studio creatives, including issues with creation, connections, and invalid parameters."],["Errors are categorized by a `reason` field represented by an enum with values such as `CREATION_NOT_ALLOWED`, `STUDIO_CONNECTION_ERROR`, and `INVALID_POSITION`."],["The `RichMediaStudioCreativeError` object inherits properties from `ApiError` providing context about the error with details like `fieldPath` and `errorString`."],["Only Studio can create a `RichMediaStudioCreative`, attempts to create it otherwise will result in a `CREATION_NOT_ALLOWED` error."],["Issues connecting to Rich Media Studio to save the creative are flagged by `STUDIO_CONNECTION_ERROR`, often suggesting a temporary problem."]]],["The core content outlines the error types associated with services like `CreativeService` and `CreativeSetService`, specifically under the `LineItemCreativeAssociationService`. It details an inheritance structure with `ApiError` as a base, listing numerous specific error types, such as `AdSenseAccountError`, `AuthenticationError`, and `CreativeError`. The document also defines `RichMediaStudioCreativeError` and its specific error reasons, including `CREATION_NOT_ALLOWED`, `INVALID_CREATIVE_OBJECT`, and `STUDIO_CONNECTION_ERROR`, plus error values of fields from `ApiError`.\n"]]