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."],[[["The `ProposalService.TeamError` object represents errors related to a Team in Google Ad Manager."],["It inherits from `ApiError` and provides additional error information through the `reason` field."],["The `reason` field is an enumeration that specifies the cause of the TeamError, such as entity not being on user's teams or invalid team assignments."],["Detailed descriptions of each reason are provided in the documentation, allowing developers to understand and handle the specific errors encountered."],["Developers can use this information to troubleshoot and resolve Team-related errors when working with the ProposalService API."]]],["The content details services and error types within an API, focusing on `TeamError`. Services listed include `CompanyService`, `ForecastService`, `InventoryService`, and more. `TeamError` outlines issues like entities not being on user teams, ad units or placements not being on order teams, and the inability to update inactive teams. The document specifies the `ApiError` inheritance structure, detailing fields such as `fieldPath`, `trigger`, and `errorString`, with enumerations defining the reasons for `TeamError`.\n"]]