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."],[[["This documentation details the `AdRuleFrequencyCapError` within the AdRuleService, specifically focusing on errors related to frequency caps in ad rules."],["`AdRuleFrequencyCapError` is a subclass of `ApiError` and inherits its fields (`fieldPath`, `fieldPathElements`, `trigger`, `errorString`)."],["It includes a specific `reason` field, indicating the type of frequency cap error encountered, with potential values like `NO_FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_ON` or `FREQUENCY_CAPS_SPECIFIED_WHEN_FREQUENCY_CAPS_TURNED_OFF`."],["These errors arise when there's a mismatch between the intended state of frequency caps (on or off) and the actual presence or absence of defined frequency cap settings within the ad rule."],["This information is crucial for developers using the Ad Manager API to troubleshoot issues related to ad rule frequency cap configurations and ensure the correct implementation of frequency capping in their ad delivery logic."]]],["The `AdRuleService` uses `ApiError` as a base for handling various errors. Specific error types include `AdRuleFrequencyCapError`, among others like date, priority, slot, and targeting errors. `AdRuleFrequencyCapError` details issues with frequency cap settings, covering scenarios where caps are enabled but not defined or vice-versa, and an unknown error type. The service namespace is defined as `https://www.google.com/apis/ads/publisher/v202405`. `ApiError` contains information about `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` to help identify the issue.\n"]]