Skip to main content

Module error

Module error 

Source

Enums§

ErrorCategory
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