Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.coroutines
/
resumeWithError
resume
With
Error
inline
fun
Continuation
<
*
>
.
resumeWithError
(
error
:
JsErrorLike
?
)
(
source
)
inline
fun
Continuation
<
*
>
.
resumeWithError
(
error
:
JsError
)
(
source
)