toggle menu
TorrentSearch
0.9.0
common
switch theme
search in API
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.