AI-generated Key Takeaways
-
AdRuleService manages ad rule operations and their associated errors.
-
AdRulePriorityError is a specific error type within AdRuleService, dealing with issues in ad rule priorities.
-
This error arises when there are duplicate priorities, missing sequential priorities, or other priority-related problems.
-
Developers can use the
reason
field within AdRulePriorityError to diagnose the specific issue causing the error. -
The AdRulePriorityError object provides details like field path, trigger data, and error string for debugging.
Errors associated with ad rule priorities.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
AdRulePriorityError
|
|
|
Enumerations
|