Request Error
data class RequestError(val providerName: String, val torrents: List<TorrentDescription>, val httpStatusCode: HttpStatusCode?, val body: String?, val message: String? = body) : ResolveResult.Error
Indicates a network error when attempting to resolve one or more results.
Constructors
Link copied to clipboard
constructor(providerName: String, torrents: List<TorrentDescription>, httpStatusCode: HttpStatusCode?, body: String?, message: String? = body)