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."],[[["This documentation details the `AdRuleFrequencyCapError` within the AdRuleService, focusing on errors related to ad rule frequency caps."],["`AdRuleFrequencyCapError` is part of the Google Ad Manager API and falls under the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["The error arises due to discrepancies in frequency cap settings, such as specifying frequency caps when turned off or not specifying any when turned on."],["This error object inherits from `ApiError` and includes fields like `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for detailed error information."],["`AdRuleFrequencyCapError` specifically provides a `reason` field with enumerated values like `NO_FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_ON`, `FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF`, and `UNKNOWN` to pinpoint the cause of the error."]]],["The `AdRuleService` uses `ApiError` inheritance to manage errors, including `AdRuleFrequencyCapError`, which specifically addresses issues with frequency caps. Key error types include date, priority, slot, and targeting errors, as well as common errors like authentication and internal API issues. `AdRuleFrequencyCapError` has a `reason` field with enumerations: `NO_FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_ON` or `FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF`. It inherit properties like `fieldPath`, `trigger` and `errorString` from `ApiError`.\n"]]