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 TeamService manages teams in Google Ad Manager and handles errors related to team operations."],["TeamError is a specific error type within the TeamService, indicating issues with team configurations or access."],["TeamError reasons provide further detail, such as missing team associations or invalid assignments."],["Several common API errors are inherited by TeamError, including authentication, permission, and server errors."],["Detailed information about each error is available through fields like fieldPath, trigger, and errorString."]]],["The content details services and error types within an ad management API, specifically version v202402. Key services include Company, Forecast, Inventory, LineItem, NativeStyle, Order, Proposal, and Team services, with related user and team associations. It outlines `ApiError` inheritance and specific `TeamError` types like `ENTITY_NOT_ON_USERS_TEAMS` and `CANNOT_UPDATE_INACTIVE_TEAM`, each with enumerated reasons for errors. The fields included are `fieldPath`, `fieldPathElements`, `trigger`, `errorString`, `reason`.\n"]]