Current section

Files

Jump to
chrobot include chrobot@protocol@runtime_RunScriptResponse.hrl
Raw

include/chrobot@protocol@runtime_RunScriptResponse.hrl

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