DevBase
2.0.0
Data
/
com.devbase.data.source
/
VmData
/
Failure
Failure
data
class
Failure
<
T
:
Any
>
(
val
throwable
:
Throwable
?
,
val
message
:
String
?
)
:
VmData
<
T
>
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Failure
Link copied to clipboard
fun
Failure
(
throwable
:
Throwable
?
,
message
:
String
?
)
Content copied to clipboard
Properties
message
Link copied to clipboard
val
message
:
String
?
Content copied to clipboard
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
Content copied to clipboard
Sources
androidJvm source
Link copied to clipboard