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 `EntityLimitReachedError` occurs when attempting to create an entity, but the network has already reached its maximum allowed number of that entity type."],["Several services, like `AdjustmentService`, `AudienceSegmentService`, and others, can potentially trigger this error."],["Reasons for the error include exceeding limits on custom targeting values, placements, line items, and various other entities, with specific reasons outlined in the `EntityLimitReachedError.Reason` enumeration."],["This error is part of a broader inheritance hierarchy of API errors, inheriting from `ApiError` and sharing common error fields like `fieldPath`, `trigger`, and `errorString`."],["The error details provide insight into the specific limit reached and offer context for troubleshooting and resolution."]]],["This content details the `EntityLimitReachedError`, which occurs when a network's entity limit is exceeded. It outlines various services like `AdjustmentService`, `AudienceSegmentService`, and `UserService`, where this error can arise. Key information includes the error's namespace, field details like `fieldPath`, `trigger`, and `errorString` inherited from `ApiError`. The core action is to understand and address the reason for the error, listed as reasons in the Enumeration, such as `CUSTOM_TARGETING_VALUES_LIMIT_REACHED`, `SITES_LIMIT_REACHED`, or `UNKNOWN`.\n"]]