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."],[[["This documentation outlines the `TeamError` object in Google Ad Manager's API."],["`TeamError` is a subclass of `ApiError` and is used to represent errors related to a Team."],["The `reason` field provides a specific reason for the error, such as entity not being on user's teams, ad unit/placement targeting issues, or invalid team assignments."],["This error helps developers understand and troubleshoot issues related to team access and entity associations in Ad Manager."],["Developers can use the `reason` field to identify the specific error and take appropriate corrective actions in their code."]]],["The content details services like `CompanyService`, `ForecastService`, `OrderService`, and `UserService`, with corresponding error types. It outlines the `ApiError` class, which has fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. Specifically, `TeamError` is elaborated, listing potential reasons like `ENTITY_NOT_ON_USERS_TEAMS`, `MISSING_USERS_TEAM`, and `CANNOT_UPDATE_INACTIVE_TEAM`, describing various team-related issues and their causes. It also lists enums related to the errors and possible errors.\n"]]