Current section

Files

Jump to
chrobot include protocol@runtime_RunScriptResponse.hrl
Raw

include/protocol@runtime_RunScriptResponse.hrl

-record(run_script_response, {
result :: protocol@runtime:remote_object(),
exception_details :: gleam@option:option(protocol@runtime:exception_details())
}).