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 `TeamError` object in Google Ad Manager's API indicates errors related to user teams and their access to entities."],["It includes information about the cause of the error, such as the field path, trigger, and error string."],["Specific reasons for the error are represented by the `reason` field, which can have various enum values like `ENTITY_NOT_ON_USERS_TEAMS` or `AD_UNITS_NOT_ON_ORDER_TEAMS`."],["These reasons provide insights into why the user might be experiencing issues related to teams and entity access."],["The `TeamError` object helps developers troubleshoot issues related to team permissions and access in the Google Ad Manager system."]]],["The content outlines services and error types within an API, focusing on `TeamError`. Services listed include `CompanyService`, `ForecastService`, `LineItemService`, among others. The `ApiError` class is the base, inherited by numerous specific error types like `ApiVersionError`, `AssetError`, and `LineItemError`. The core `TeamError` details include reasons such as `ENTITY_NOT_ON_USERS_TEAMS`, `AD_UNITS_NOT_ON_ORDER_TEAMS`, and `CANNOT_UPDATE_INACTIVE_TEAM`, indicating issues related to team permissions and association within the system.\n"]]