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."],[[["AdRuleSlotError is a type of ApiError specific to issues with ad rule slots within the AdRuleService."],["It includes fields like `fieldPath`, `trigger`, and `errorString` inherited from ApiError for identifying the error source and context."],["AdRuleSlotError uses the `reason` field to provide detailed explanations about the specific error encountered, such as slot status discrepancies or invalid video ad duration ranges."],["The `reason` field can take various values like `DIFFERENT_STATUS_THAN_AD_RULE`, `INVALID_VIDEO_AD_DURATION_RANGE`, or `MALFORMED_VIDEO_MIDROLL_FREQUENCY_CSV`, among others."],["This error helps developers understand and address problems related to ad rule slot configuration and settings in their Ad Manager setup."]]],[]]