Unknown Error
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>)