Module error_helpers

Module error_helpers 

Source
Expand description

Error handling helper functions and utilities

This module provides common error handling patterns used throughout AGPM, reducing boilerplate and ensuring consistent error messages.

Structs§

FileOps
Implement FileOperations for a unit struct to enable trait usage
JsonOps
Implement JsonOperations for a unit struct to enable trait usage
LockfileOps
Implement LockfileOperations for a unit struct to enable trait usage
ManifestOps
Implement ManifestOperations for a unit struct to enable trait usage
MarkdownOps
Implement MarkdownOperations for a unit struct to enable trait usage

Traits§

FileOperations
Common file operations with consistent error handling
JsonOperations
Common JSON operations with consistent error handling
LockfileOperations
Common lockfile operations with consistent error handling
ManifestOperations
Common manifest operations with consistent error handling
MarkdownOperations
Common markdown operations with consistent error handling