UnknownError

data class UnknownError(val providerName: String, val message: String?, val exception: Throwable?, val torrents: List<TorrentDescription>) : ResolveResult.Error

Indicates an unhandled error occurred.

Constructors

Link copied to clipboard
constructor(providerName: String, message: String?, exception: Throwable?, torrents: List<TorrentDescription>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val message: String?
Link copied to clipboard
open override val providerName: String
Link copied to clipboard
open override val torrents: List<TorrentDescription>