toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-api-kotlin
/
dev.restate.sdk.kotlin
/
DurablePromiseHandle
/
reject
reject
abstract
suspend
fun
reject
(
reason
:
String
)
Complete with failure the
DurablePromise
.
Parameters
reason
the rejection reason.
See also
Durable
Promise