Extends 
      ImaEvent
      
        This event is raised when an error occurs when loading an ad from the Google or DoubleClick
        servers. The types on which you can register for the event are AdsLoader and AdsManager.
      
      | Properties | |
|---|---|
| current | 
                Deprecated. 
                 
                  Inherited from  | 
| target | 
                The object on which the event was raised (and to which a listener was added).
                 
                  Inherited from  | 
| type | 
                  Inherited from  | 
| Methods | |
|---|---|
| get | Returns the AdError that caused this event. | 
| get | 
                During ads load request it is possible to provide an object that is available once
                the ads load is complete or fails.
               | 
| prevent | 
                Deprecated. 
                 
                  Inherited from  | 
Properties
            Optional
            currentTarget
          
          currentTarget?: object
            
            Optional target
          
          target?: object
            type
type: string
            Methods
getError
getUserRequestContext
getUserRequestContext(): object
            
              During ads load request it is possible to provide an object that is available once the
              ads load is complete or fails. One possible use case: relate ads response to a
              specific request and use user request content object as the key for identifying the
              response. If an error occurred during ads load, you can find out which request caused
              this failure.
              
                
            
          | Returns | |
|---|---|
| object | Object that was provided during ads request. | 
preventDefault
preventDefault(): void