RequestError

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)

Properties

Link copied to clipboard
val body: String?
Link copied to clipboard
val httpStatusCode: HttpStatusCode?
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>