toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
CallFunctionOnResponse
Call
Function
On
Response
@
Serializable
data
class
CallFunctionOnResponse
(
val
result
:
RemoteObject
,
val
exceptionDetails
:
ExceptionDetails
?
=
null
)
Response type for the
RuntimeDomain.callFunctionOn
command.
Members
Constructors
Call
Function
On
Response
Link copied to clipboard
constructor
(
result
:
RemoteObject
,
exceptionDetails
:
ExceptionDetails
?
=
null
)
Properties
exception
Details
Link copied to clipboard
val
exceptionDetails
:
ExceptionDetails
?
=
null
Exception details.
result
Link copied to clipboard
val
result
:
RemoteObject
Call result.