Skip to main content

Module error

Module error 

Source
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§

ErrorWithMetadata
Error with additional metadata for better debugging and error tracking.

Enums§

FoundationError
Foundation error type providing common error variants.

Traits§

ErrorContext
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