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 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 error string."],["The `reason` field further specifies the cause of the error, such as entity not being on user's teams, ad units not on order teams, or inactive team updates."],["These errors typically occur when there are inconsistencies between user permissions, team access, and entity assignments within Google Ad Manager."],["Refer to the provided table and enumerations for a comprehensive list of error reasons and their explanations."]]],["The content details services, including Company, Contact, Forecast, Inventory, LineItem, and more, alongside their corresponding errors. It defines `TeamError`, which inherits from `ApiError`, and includes fields like `fieldPath`, `trigger`, and `errorString`. `TeamError`'s `reason` field contains enumerations such as `ENTITY_NOT_ON_USERS_TEAMS`, `MISSING_USERS_TEAM`, and `CANNOT_UPDATE_INACTIVE_TEAM`, representing different team-related error scenarios, and `UNKNOWN` for unspecified errors. The namespace for this information is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]