Class
AdErrorEvent
See PlayerListener for more information on this event.
@objcMembers @objc(BMPAdErrorEvent) class AdErrorEvent
Overview
Using BAM
Possible error codes for AdErrorEvent when using ads with AdSourceType.bitmovin
During ad loading and parsing
| Code | Description |
|---|
| 100 | The ad response was not recognized as a valid VAST ad. |
| 302 | The maximum number of VAST wrapper redirects has been reached. |
| 400 | There was an error playing the video ad. |
During ad playback
See PlayerErrorEvent and SourceErrorEvent for more information on possible error codes.
All other error codes are provided by OS frameworks such as CoreMedia, AVFoundation, CFNetworking etc. These error codes can be negative values and many of them are not documented by Apple.
Using IMA
Possible error codes for AdErrorEvent when using ads with AdSourceType.ima:
See IMA SDK Error Codes
Topics
Instance Properties
Instance Methods
Relationships
Conforms To
Inherits From