Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.mvvm
/
Resource
/
Failure
Failure
common
data
class
Failure
(
val
isNetworkError
:
Boolean
,
val
errorString
:
String
)
:
Resource
<
Nothing
>
(
source
)
Members
Constructors
Failure
Link copied to clipboard
common
constructor
(
isNetworkError
:
Boolean
,
errorString
:
String
)
Properties
error
String
Link copied to clipboard
common
val
errorString
:
String
is
Network
Error
Link copied to clipboard
common
val
isNetworkError
:
Boolean