Expand description
Error types and utilities for the workspace.
This module provides the foundation error type that can be extended by domain-specific error types in other crates.
Structs§
- Error
With Metadata - Error with additional metadata for better debugging and error tracking.
Enums§
- Foundation
Error - Foundation error type providing common error variants.
Traits§
- Error
Context - Trait for adding context to errors.
Functions§
- io_
error_ with_ path - Helper to wrap IO errors with path context.
Type Aliases§
- Result
- Result type alias using FoundationError