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-05-15 UTC."],[[["The `LineItemService` allows for management and interaction with line items within Google Ad Manager."],["This service exposes a variety of errors, represented by the `TeamError` and its inherited `ApiError` types, that can occur during operations."],["`TeamError` specifically focuses on issues related to team access and permissions, including restrictions on entities and assignments."],["Errors encompass scenarios such as entities not being on user teams, ad units/placements not matching order teams, missing team associations, and invalid team assignments."],["Detailed information about each error is provided through fields like `reason`, `fieldPath`, `trigger`, and `errorString`, aiding in troubleshooting and resolution."]]],["The content details services and error types within an API, focusing on `TeamError`. Services listed include `CompanyService`, `ForecastService`, `InventoryService`, `LineItemService`, and others. `ApiError` is the base error, with fields like `fieldPath`, `trigger`, and `errorString`. `TeamError` extends `ApiError`, having a `reason` field specifying error causes, such as `ENTITY_NOT_ON_USERS_TEAMS` and `CANNOT_UPDATE_INACTIVE_TEAM`, associated with managing teams and user access within the system.\n"]]