AI-generated Key Takeaways
- 
          
AdRuleSlotError represents errors specifically related to ad rule slots within the AdRuleService.
 - 
          
AdRuleSlotError inherits from ApiError and includes fields like
fieldPath,fieldPathElements,trigger, anderrorStringto provide details about the error. - 
          
The
reasonfield within AdRuleSlotError specifies the cause of the error, with possible enumerations covering various invalid configurations for video and overlay ad durations, mid-roll frequencies, bumper duration, and the number of mid-roll slots without ads. - 
          
The namespace for this service and its associated errors is
https://www.google.com/apis/ads/publisher/v202505. 
Errors related to ad rule slots.
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202505 
                        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.  | 
                  
                        
                           AdRuleSlotError
                        
                      | 
                  |
                        
                           
                      | 
                     
                        
                         
 Enumerations 
  |