TorrentSearch
Toggle table of contents
0.10.0
common
Platform filter
common
Switch theme
Search in API
TorrentSearch
TorrentSearch
/
torrentsearch.models
/
ProviderResult
/
Error
/
UnknownError
Unknown
Error
data
class
UnknownError
(
val
providerName
:
String
,
val
message
:
String
?
,
val
exception
:
Throwable
?
)
:
ProviderResult.Error
Indicates an unhandled error occurred.
Members
Constructors
Unknown
Error
Link copied to clipboard
constructor
(
providerName
:
String
,
message
:
String
?
,
exception
:
Throwable
?
)
Properties
exception
Link copied to clipboard
val
exception
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
?
provider
Name
Link copied to clipboard
open
override
val
providerName
:
String
The name of the provider which produced this result.