toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.mvvm
/
Resource
/
Failure
Failure
data
class
Failure
(
val
isNetworkError
:
Boolean
,
val
errorCode
:
Int
?
,
val
errorResponse
:
Any
?
,
val
errorString
:
String
)
:
Resource
<
Nothing
>
(
source
)
Members
Constructors
Failure
Link copied to clipboard
constructor
(
isNetworkError
:
Boolean
,
errorCode
:
Int
?
,
errorResponse
:
Any
?
,
errorString
:
String
)
Properties
error
Code
Link copied to clipboard
val
errorCode
:
Int
?
error
Response
Link copied to clipboard
val
errorResponse
:
Any
?
error
String
Link copied to clipboard
val
errorString
:
String
is
Network
Error
Link copied to clipboard
val
isNetworkError
:
Boolean