Expand description
Error and exit-info types returned by plugin capability exports.
Structsยง
- Exit
Info - Returned by a subcommand plugin from
hm_subcommand_run. The host translatesexit_codeinto the process exit code. - Plugin
Error - Error returned from any capability export. The host renders these
with the
codefield; downstream tooling matches on it.