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 `TeamError` object in Google Ad Manager's API indicates errors related to team access and assignments."],["It includes fields like `reason`, which provides specific details about the error (e.g., entity not on user's teams, invalid team assignment)."],["`TeamError` inherits from `ApiError`, which contains additional information about the error, such as `fieldPath`, `trigger`, and `errorString`."],["This error helps developers diagnose issues when working with teams, users, and entities in their Ad Manager accounts."],["Several specific error reasons are outlined, providing guidance on issues like users lacking access, invalid assignments, and ad unit/placement mismatches with order teams."]]],["The core content details service-related errors, specifically focusing on `TeamError` within the `InventoryService`. This service manages various actions, including dealing with `ApiError` inheritance, which encompasses errors like `AdSenseAccountError`, `AuthenticationError`, and `InternalApiError`. `TeamError`'s fields detail error causes, with `fieldPath`, `trigger`, and `errorString` identifying error origins. The `TeamError.Reason` enumeration describes specific team-related problems, such as missing user teams or invalid team assignments.\n"]]