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-02-13 UTC."],[[["AssetError objects contain information about errors related to assets in Google Ad Manager."],["This error type inherits from ApiError, providing context about the error within the API."],["AssetError includes a `reason` field, represented by the `AssetError.Reason` enum, that specifies the cause of the error, such as non-unique asset names or file size issues."],["Possible `reason` values include: `NON_UNIQUE_NAME`, `FILE_NAME_TOO_LONG`, `FILE_SIZE_TOO_LARGE`, errors related to dynamic allocation, invalid code snippets or asset IDs, and `UNKNOWN` for cases where the reason is not exposed by the API."]]],["The core content outlines various services and their associated errors within the ad management system. Key services include CreativeService, CreativeSetService, ForecastService, LineItemCreativeAssociationService, LineItemService, LineItemTemplateService, and OrderService. The system utilizes an inheritance structure, with `ApiError` as a base class. `AssetError`, specifically, lists issues like non-unique asset names, file name or size limits, missing code snippet parameters, invalid Ids, and unknown issues. It contains detailed error reasons.\n"]]