Resolve Result
ResolveResult contains details and resolved torrents from a single provider.
Because resolution may require a request for each TorrentDescription, a ResolveResult may be an Error but still contain torrents for any requests that completed successfully.
Inheritors
Types
Link copied to clipboard
Indicates that there was an error resolving at least one TorrentDescription.
Link copied to clipboard
data class Success(val providerName: String, val torrents: List<TorrentDescription>) : ResolveResult
Indicates that all requested TorrentDescriptions have been successfully resolved.