Skip to main content

Module error

Module error 

Source
Expand description

Error types for the toolchain provisioning subsystem.

The variant names (RegistryError, CacheError, IoError) mirror the subset of zlayer_builder::error::BuildError this crate bridges to via a From impl in the builder, so keg-provisioning errors (source build + prebuilt fetch) flow back through ? at the builder call sites unchanged.

Enums§

ToolchainError
Errors raised while resolving or installing a runtime toolchain.

Type Aliases§

Result
Result alias for toolchain operations.