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 `NativeStyleService.TeamError` object represents errors related to a Team in Google Ad Manager."],["It inherits from `ApiError` and includes a `reason` field indicating the specific error type."],["`TeamError.Reason` is an enumeration with values like `ENTITY_NOT_ON_USERS_TEAMS` and `MISSING_USERS_TEAM`, explaining the cause of the error."],["The namespace for this error is `https://www.google.com/apis/ads/publisher/v202408`."],["Common error scenarios involve entities not being on a user's team or issues with team assignments."]]],["The content details services and error handling within an API, focusing on `TeamError`. Services listed include `CompanyService`, `ForecastService`, `InventoryService`, `NativeStyleService`, and others. `TeamError` represents issues tied to team management and permissions. It inherits from `ApiError`, containing fields like `fieldPath`, `trigger`, and `errorString`. `TeamError`'s specific `reason` enumeration outlines problems such as entities not being on user's or order's teams, or invalid team assignments.\n"]]