BMPOfflineErrorCode
Deprecated
See OfflineErrorEvent
documentation for list of error codes
Objective-C
enum BMPOfflineErrorCode : NSInteger {}
Swift
typealias OfflineError.Code._ErrorType = OfflineError
This enum represents the offline error codes.
-
Deprecated
See
OfflineErrorEvent
documentation for list of error codesA general offline related error code when a more specific error code could not be determined.
Declaration
Objective-C
BMPOfflineErrorCodeGeneral = 3001
Swift
case general = 3001
-
Deprecated
See
OfflineErrorEvent
documentation for list of error codesThere is not enough disk space left to proceed with downloading content.
Declaration
Objective-C
BMPOfflineErrorCodeInsufficientStorage = 3003
Swift
case insufficientStorage = 3003
-
Deprecated
See
OfflineErrorEvent
documentation for list of error codesFailed to obtain a persistable content key for the DRM license.
Declaration
Objective-C
BMPOfflineErrorCodeFailedPersistingDrmLicense = 3004
Swift
case failedPersistingDrmLicense = 3004
-
Deprecated
See
OfflineErrorEvent
documentation for list of error codesThe used
SourceConfig
is not supported for download. ASourceConfig
is only valid for download when it’s configured using an HLS asset.Declaration
Objective-C
BMPOfflineErrorCodeUnsupportedSourceConfig = 3009
Swift
case unsupportedSourceConfig = 3009
-
Deprecated
See
OfflineErrorEvent
documentation for list of error codesContent URL migration has failed.
Declaration
Objective-C
BMPOfflineErrorCodeContentUrlMigrationFailed = 3010
Swift
case contentUrlMigrationFailed = 3010