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-11-19 UTC."],[[["The `TeamError` object in Google Ad Manager's API represents errors related to team access and assignments."],["It provides details about why a team-related operation failed, such as a user lacking access or an invalid team assignment."],["`TeamError` includes fields like `reason`, which specifies the cause of the error through an enum, and inherited fields from `ApiError` for additional context."],["Several reasons for `TeamError` are defined, covering scenarios like entities not being on user teams, ad units not on order teams, and invalid team assignments."],["This error helps developers troubleshoot issues when working with teams and entities within the Google Ad Manager system."]]],["The content details various services within an API, including Company, Contact, Forecast, Inventory, LineItem, and others, alongside their error types. \"TeamError,\" a specific error type, includes reasons like `ENTITY_NOT_ON_USERS_TEAMS`, `AD_UNITS_NOT_ON_ORDER_TEAMS`, `MISSING_USERS_TEAM`, and others. The `ApiError` type provides `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to pinpoint error causes. The namespace is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]