OTVDownloadError

@objc
public enum OTVDownloadError : Int

ObjectiveC compatible enumeration of the possible errors of a persistence asset.

  • No error

    Declaration

    Swift

    case noError
  • An unknown or unexpected error occured.

    Declaration

    Swift

    case unknownError
  • An error happens in download task

    Declaration

    Swift

    case downloadTaskError
  • An error happends when requesting the license

    Declaration

    Swift

    case licenseRequestError
  • An error happends when downloading the manifest

    Declaration

    Swift

    case manifestDownloadError
  • An error happends when parsing the manifest

    Declaration

    Swift

    case manifestParseError
  • An error indicates downloading a LIVE content is not supported

    Declaration

    Swift

    case unsupportedLiveError
  • An error indicates there is not enough space on device

    Declaration

    Swift

    case insufficientSpaceError