data class CallFunctionOnResponse
Response type for the RuntimeDomain.callFunctionOn command.
<init> |
Response type for the RuntimeDomain.callFunctionOn command. CallFunctionOnResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null) |
exceptionDetails |
Exception details. val exceptionDetails: ExceptionDetails? |
result |
Call result. val result: RemoteObject |