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 CreativeSetService allows management of creative sets in Google Ad Manager."],["This service exposes methods for creating, updating, and retrieving creative sets."],["Common errors can occur when using the service, such as trying to create a duplicate creative set or updating an immutable field."],["Errors are categorized by reason, including \"NOT_FOUND\", \"ALREADY_EXISTS\", and \"CONCURRENT_MODIFICATION\"."],["Developers can use the provided error information to troubleshoot issues encountered when using the CreativeSetService."]]],["The document outlines various services and their associated errors within an ad management API, version 202408. It details services like AdRuleService, CreativeService, and OrderService, along with a comprehensive list of potential errors under the `CommonError` category. These errors, such as `NOT_FOUND`, `ALREADY_EXISTS`, and `UNSUPPORTED_OPERATION`, provide insights into common issues encountered when interacting with the API, offering reason codes and their explanations for troubleshooting. It also presents the structure of `ApiError` and its fields.\n"]]