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 `LineItemTemplateService` allows you to interact with line item templates in Google Ad Manager."],["This service exposes methods for creating, updating, and retrieving line item templates."],["A key error to be aware of is `EntityLimitReachedError`, which occurs when network limits for entities like line items, placements, or custom targeting values are exceeded."],["The service inherits from `ApiError`, encompassing a range of potential errors related to various aspects of line item templates and broader Ad Manager functionalities."],["Detailed information about each error type and its potential causes is provided through the linked documentation."]]],["This document details services and error handling within an ad management system. It lists various services like AdjustmentService, AudienceSegmentService, and LineItemService. The core information focuses on the `EntityLimitReachedError`, which occurs when the allowed entity limit for a network is exceeded. This error is triggered by limits like `CUSTOM_TARGETING_VALUES_LIMIT_REACHED`, `LINE_ITEMS_LIMIT_REACHED`, `SITES_LIMIT_REACHED` or others. The error contains details on `fieldPath`, `trigger` and `errorString`, useful for identifying the cause.\n"]]