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-08-20 UTC."],[[["GrpSettingsError objects represent errors encountered when working with line items that have GRP (Gross Rating Point) settings in Google Ad Manager."],["These errors often relate to invalid configurations of age ranges, gender targeting, environment types, or Nielsen Digital Ad Ratings (DAR) settings for GRP-enabled line items."],["Some errors may also indicate limitations or restrictions on modifying GRP settings after a line item has started serving or when specific features like in-target goals are used."],["The `reason` field within a GrpSettingsError object provides a specific code indicating the nature of the error, which can be used for troubleshooting and resolution."]]],["This document details error handling and service specifications for ad management. It outlines four core services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, and `ProposalLineItemService`. A hierarchical inheritance model is used with `ApiError` as the base, and multiple errors like `ApiVersionError`, `AssetError`, and many others, are derived from it. It defines the `GrpSettingsError` including reasons such as `INVALID_AGE_RANGE`, `LINE_ITEM_TYPE_NOT_SUPPORTED` and `UNKNOWN`. `GrpSettingsError` and their reasons are also related to line items.\n"]]