Module error_builders

Module error_builders 

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

ErrorContextExt
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