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."],[[["AssetError objects detail errors encountered when working with assets in Google Ad Manager."],["These errors can stem from issues like non-unique asset names, file size limitations, or missing required information within code snippets."],["AssetError provides specific reasons for the error, such as `NON_UNIQUE_NAME` or `FILE_SIZE_TOO_LARGE`, for easier debugging."],["Developers can use the provided `reason` field and detailed error messages to identify and resolve asset-related issues."],["AssetError is part of the Google Ad Manager API and inherits from the ApiError object."]]],["The core content outlines the structure and errors within the Ad Manager API's service for managing creative assets. Key services include CreativeService, CreativeSetService, ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, and OrderService. The document details \"AssetError\" reasons, such as `NON_UNIQUE_NAME`, `FILE_NAME_TOO_LONG`, and `INVALID_ASSET_ID`. Other errors, including authentication, quota, and formatting issues, are listed. The \"ApiError\" section specifies fields like `fieldPath`, `trigger` and `errorString`.\n"]]