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."],[[["GrpSettingsError objects represent errors encountered when dealing with line items that have GRP (Gross Rating Point) settings in Google Ad Manager."],["These errors often relate to the configuration of the GRP settings, such as invalid age ranges, unsupported environment types, or conflicts with other line item properties."],["The `reason` field provides specific information about the nature of the error through an enumerated value, helping to pinpoint the issue."],["The error messages cover a broad spectrum, from basic validation failures to more complex issues like Nielsen integration problems or restrictions on updating GRP settings after the line item has started serving."],["Developers should refer to the provided documentation and error codes to diagnose and address these errors when working with GRP settings in their Ad Manager integrations."]]],["The content details various services like ForecastService, LineItemService, OrderService, and ProposalLineItemService. It outlines the inheritance structure of `ApiError` and lists numerous specific error types, such as `ApiVersionError`, `AssetError`, `AuthenticationError`, and many others, that extend from `ApiError`. It then focuses on `GrpSettingsError`, detailing its `reason` field with an enum of possible issues, including invalid age ranges, unsupported line item types, and limitations on modifying GRP settings.\n"]]