type GrpSettingsError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GrpSettingsError represents errors related to line items with GRP settings and inherits from ApiError.
The GrpSettingsError includes a reason field which is an enum detailing various specific errors such as invalid age ranges, unsupported environments, and issues with Nielsen integration.
Common errors inherited from ApiError include fields for identifying the cause of the error via field path and providing a simple string representation of the error.
GRP settings have restrictions on age ranges, line item types (only video), and cannot be disabled or changed once the line item has started serving.
Attempting to set or remove a GRP audience goal after a line item starts serving is not allowed.
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 2025-08-06 UTC."],[],["The `ForecastService` interacts with `LineItemService`, `LineItemTemplateService`, `OrderService`, and `ProposalLineItemService`. It defines `GrpSettingsError`, which indicates errors related to line items with GRP settings. These errors cover issues like invalid age ranges, unsupported line item types, conflicts with Nielsen DAR, gender specifications for age ranges, and the inability to disable or modify GRP settings after serving has begun. GRP audience impression goals can have conflicts with the primary goal type.\n"]]