Protocol
OfflineErrorEvent
See OfflineContentManagerListener for more information on this event.
@objc(BMPOfflineErrorEvent) protocol OfflineErrorEvent : OfflineEvent
Overview
Possible error codes for OfflineErrorEvent:
| Code | Description |
|---|
| 3001 | A general offline related error code when a more specific error code could not be determined. |
| 3003 | There is not enough disk space left to proceed with downloading content. |
| 3004 | Failed to obtain a persistable content key for the DRM license. |
| 3009 | The used SourceConfig is not supported for download. A SourceConfig is only valid for download when it’s configured using an HLS asset. |
| 3010 | Content URL migration has failed. |
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.
Topics
Instance Properties
Relationships
Inherits From