Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.promise
/
PromiseRejectedResult
Promise
Rejected
Result
interface
PromiseRejectedResult
:
PromiseSettledResult
<
Void
?
>
(
source
)
Members
Members & Extensions
Properties
reason
Link copied to clipboard
abstract
val
reason
:
JsErrorLike
?
status
Link copied to clipboard
abstract
val
status
:
PromiseSettledStatus
Functions
to
Result
Link copied to clipboard
fun
<
T
:
JsAny
?
>
PromiseSettledResult
<
T
>
.
toResult
(
)
:
Result
<
T
>