[[["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-11-19 UTC."],[[["`PoddingError.Reason` outlines the potential errors encountered during the ad podding process within AdRuleService."],["These errors primarily concern inconsistencies or invalid settings related to podding types, such as `STANDARD` or `OPTIMIZED`, and their respective parameters like maximum ad counts or durations."],["Errors may arise from specifying invalid combinations, like using podding fields with an invalid `NONE` type, or omitting required fields for specific podding types."],["Additionally, errors can occur when optimized pods lack essential details like pod duration or a valid maximum ad count, including the special value of -1 for unlimited ads."],["Further errors may stem from inconsistent duration ranges, specifically when the minimum pod duration exceeds the maximum, indicating an illogical configuration."]]],["The `PoddingError.Reason` enumeration outlines reasons for errors related to ad podding. Errors include invalid `NONE` or `STANDARD` podding types with incorrect field usage. `OPTIMIZED` pods must specify duration and the maximum number of ads. Another error is related to `INVALID_POD_DURATION_RANGE` which means that the minimum duration is greater than the maximum duration. Each reason corresponds to a specific invalid configuration within the podding setup.\n"]]