BMPOfflineErrorCode
Objective-C
enum BMPOfflineErrorCode : NSInteger {}
Swift
typealias OfflineError.Code._ErrorType = OfflineError
This enum represents the offline error codes.
-
A general offline related error code when a more specific error code could not be determined.
Declaration
Objective-C
BMPOfflineErrorCodeGeneral = 3001Swift
case general = 3001 -
There is not enough disk space left to proceed with downloading content.
Declaration
Objective-C
BMPOfflineErrorCodeInsufficientStorage = 3003Swift
case insufficientStorage = 3003 -
Failed to obtain a persistable content key for the DRM license.
Declaration
Objective-C
BMPOfflineErrorCodeFailedPersistingDrmLicense = 3004Swift
case failedPersistingDrmLicense = 3004 -
The used
SourceConfigis not supported for download. ASourceConfigis only valid for download when it’s configured using an HLS asset.Declaration
Objective-C
BMPOfflineErrorCodeUnsupportedSourceConfig = 3009Swift
case unsupportedSourceConfig = 3009 -
Content URL migration has failed.
Declaration
Objective-C
BMPOfflineErrorCodeContentUrlMigrationFailed = 3010Swift
case contentUrlMigrationFailed = 3010
BMPOfflineErrorCode Enumeration Reference