[[["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` indicates that an entity limit has been reached in the system."],["This error is triggered when creating or updating entities, and signifies that the maximum allowed number for a specific entity type has already been reached."],["The `reason` field provides further details on the specific limit that was exceeded, such as `CUSTOM_TARGETING_VALUES_LIMIT_REACHED` or `PLACEMENTS_LIMIT_REACHED`."],["It is important to be aware of entity limits when working with the Ad Manager API to prevent encountering this error."],["Developers should handle this error gracefully by informing users and potentially adjusting their workflows to avoid exceeding entity limits."]]],["The content details services and errors within the Ad Manager API (v202402). It lists multiple services like AdjustmentService, AudienceSegmentService, and CreativeService, each potentially encountering an `EntityLimitReachedError`. The inheritance section shows `EntityLimitReachedError` as a specific error type under `ApiError`, alongside other error categories like `AuthenticationError` and `QuotaError`. The `EntityLimitReachedError` has a `reason` field, enumerating potential causes like `CUSTOM_TARGETING_VALUES_LIMIT_REACHED` or `SITES_LIMIT_REACHED`.\n"]]