Kotlin Wrappers API Reference
Toggle table of contents
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
kotlin-js-core
/
js.errors
/
JsErrorLike
Js
Error
Like
web
interface
JsErrorLike
(
source
)
Members & Extensions
Functions
to
Js
Error
Link copied to clipboard
web
fun
JsErrorLike
?
.
toJsError
(
)
:
JsError
to
Js
Error
Or
Null
Link copied to clipboard
web
inline
fun
JsErrorLike
?
.
toJsErrorOrNull
(
)
:
JsError
?
to
Throwable
Link copied to clipboard
js
wasmJs
web
actual
inline
fun
JsErrorLike
?
.
toThrowable
(
)
:
Throwable
actual
fun
JsErrorLike
?
.
toThrowable
(
)
:
Throwable
expect
fun
JsErrorLike
?
.
toThrowable
(
)
:
Throwable