Expand description
Structured file system error handling for AGPM
This module provides better error handling for file operations by capturing context at the operation site rather than parsing error messages.
Structs§
- File
Operation Context - Detailed file operation context for better error messages
- File
Operation Error - Enhanced file operation error with full context
- FileOps
- Convenience functions for common file operations with context
Enums§
- File
Operation - Types of file operations
Constants§
- LARGE_
FILE_ SIZE - Large file size for testing and production use (1MB in bytes)
Traits§
- File
Result Ext - Extension trait for Result types to add file operation context