-
public final class AwaitPromiseResponseResponse type for the RuntimeDomain.awaitPromise command.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectresultprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description AwaitPromiseResponse(RemoteObject result, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final ExceptionDetailscomponent2()final AwaitPromiseResponsecopy(RemoteObject result, ExceptionDetails exceptionDetails)final RemoteObjectgetResult()Promise result. final ExceptionDetailsgetExceptionDetails()Exception details if stack strace is available. -
-
Constructor Detail
-
AwaitPromiseResponse
AwaitPromiseResponse(RemoteObject result, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
component2
final ExceptionDetails component2()
-
copy
final AwaitPromiseResponse copy(RemoteObject result, ExceptionDetails exceptionDetails)
-
getResult
final RemoteObject getResult()
Promise result. Will contain rejected value if promise was rejected.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
Exception details if stack strace is available.
-
-
-
-