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 `EntityLimitReachedError` occurs when attempting to create an entity beyond the network's allowed limit."],["This error is triggered when the maximum number of specific entities, such as custom targeting values, placements, or line items, has been reached."],["The error details include the `reason` for the limit being reached and inherited fields from `ApiError` for context."],["`EntityLimitReachedError` is part of the Google Ad Manager API and provides specific error reasons for exceeding network entity limits."],["Reasons for this error include exceeding the network limits on various entities, such as custom targeting values, ad exclusion rules, placements, line items, and more."]]],["This document details the `EntityLimitReachedError`, which occurs when a network's entity limit is exceeded. It outlines various services like `AdjustmentService`, `AudienceSegmentService`, and `LineItemService`, alongside others. Key error details include `fieldPath`, `trigger`, and `errorString`, inherited from `ApiError`. `EntityLimitReachedError` specifies `reason`, which is further broken down into enumerations like `CUSTOM_TARGETING_VALUES_LIMIT_REACHED`, `LINE_ITEMS_LIMIT_REACHED` and `SITES_LIMIT_REACHED`, indicating specific entity overages. The document also defines the namespace.\n"]]