Expand description
Error context builders for consistent error reporting
This module provides utilities for creating consistent error contexts throughout the application, reducing boilerplate and ensuring uniform error messages for users.
Traits§
- Error
Context Ext - Helper trait to easily attach error contexts
Functions§
- config_
error_ context - Create an error context for configuration issues
- dependency_
error_ context - Create an error context for dependency resolution
- file_
error_ context - Create an error context for file operations
- git_
error_ context - Create an error context for git operations
- manifest_
error_ context - Create an error context for manifest operations
- network_
error_ context - Create an error context for network operations
- permission_
error_ context - Create an error context for permission issues