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 `NativeStyleService.TeamError` object represents errors related to a Team in Google Ad Manager."],["It inherits from `ApiError` and provides details about the error, including field path, trigger, and a simple error string."],["`NativeStyleService.TeamError` includes a `reason` field that specifies the type of team error, such as entity not being on the user's teams or invalid team assignments."],["This error helps identify issues with user access, team association, and entity creation related to teams in the Ad Manager system."]]],["The content outlines services and error handling within an API, focusing on `TeamError`. Services listed include `CompanyService`, `ForecastService`, `InventoryService`, `NativeStyleService`, and others, each with potential `TeamError`. The `TeamError` class, inheriting from `ApiError`, provides detailed error information, including `fieldPath`, `trigger`, and `errorString`. The `TeamError.Reason` enumeration defines specific error types, such as `ENTITY_NOT_ON_USERS_TEAMS` and `CANNOT_UPDATE_INACTIVE_TEAM`, detailing why team-related operations might fail.\n"]]