Expand description
Core error types for ZLayer
This module defines the global error hierarchy used across all ZLayer crates.
Re-exports§
pub use ZLayerError as Error;
Enums§
- Config
Error - Configuration errors
- Container
Error - Container runtime errors
- Network
Error - Network-related errors
- Registry
Error - Registry/OCI errors
- Runtime
Error - Runtime/agent errors
- ZLayer
Error - Global
ZLayererror type
Type Aliases§
- Result
- Result type alias for
ZLayeroperations