DTGError

public enum DTGError : LocalizedError
  • Undocumented

    Declaration

    Swift

    case itemNotFound(itemId: String)
  • Thrown when item cannot be started (casued when item state is other than metadata loaded)

    Declaration

    Swift

    case invalidState(itemId: String)
  • Thrown when item is already in the process of loading metadata

    Declaration

    Swift

    case metadataLoading(itemId: String)
  • insufficient disk space to start or continue the download

    Declaration

    Swift

    case insufficientDiskSpace(freeSpaceInMegabytes: Int)
  • Declaration

    Swift

    public var errorDescription: String? { get }