Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.result
/
SolidResult
/
onFailure
on
Failure
inline
fun
onFailure
(
action
:
(
SolidError
)
->
Unit
)
:
SolidResult
<
T
>
Runs
action
on the error and returns this result unchanged.