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 = 3001

    Swift

    case general = 3001
  • There is not enough disk space left to proceed with downloading content.

    Declaration

    Objective-C

    BMPOfflineErrorCodeInsufficientStorage = 3003

    Swift

    case insufficientStorage = 3003
  • Failed to obtain a persistable content key for the DRM license.

    Declaration

    Objective-C

    BMPOfflineErrorCodeFailedPersistingDrmLicense = 3004

    Swift

    case failedPersistingDrmLicense = 3004
  • The used SourceConfig is not supported for download. A SourceConfig is only valid for download when it’s configured using an HLS asset.

    Declaration

    Objective-C

    BMPOfflineErrorCodeUnsupportedSourceConfig = 3009

    Swift

    case unsupportedSourceConfig = 3009
  • Content URL migration has failed.

    Declaration

    Objective-C

    BMPOfflineErrorCodeContentUrlMigrationFailed = 3010

    Swift

    case contentUrlMigrationFailed = 3010