Enums§
- Error
Category - Coarse error category.
- HmError
Constants§
- EXIT_
API - EXIT_
AUTH - EXIT_
BUILD_ FAILED - EXIT_
NETWORK - EXIT_
PIPELINE_ INVALID - Pipeline-level invalid configuration (unknown runner, no default executor).
- EXIT_
PLUGIN_ LOAD - Plugin load/validation failure (manifest, conflicts, missing host fns).
Shares the same numeric code as
EXIT_API; named separately so plugin call-sites read clearly. - EXIT_
PLUGIN_ RUNTIME - Plugin runtime failure (panic in capability call, timeout).
- EXIT_
SUCCESS - Exit codes for the CLI.
- EXIT_
USAGE