ApiResult
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ApiResult
core
/
pro.respawn.apiresult
/
errorOnLoading
error
On
Loading
inline
fun
<
T
>
ApiResult
<
T
>
.
errorOnLoading
(
exception
:
(
)
->
Exception
=
{ NotFinishedException() }
)
:
ApiResult
<
T
>
Makes this result an
Error
if
this
result is
Loading