mirror of
https://github.com/Grace-Solutions/PSMinIO.git
synced 2026-07-26 14:58:13 +00:00
140257d469
- Created MinIOErrorHandler utility with comprehensive error details - Captures Message, ExceptionType, InnerException, StackTrace, Timestamp, Machine, ProcessId - Provides detailed logging with Write-Warning for debugging - Integrated with MinIOBaseCmdlet ExecuteOperation methods - Fixed parameter name consistency (BucketName across all cmdlets) - Supports both terminating and non-terminating error handling - Automatic error category determination based on exception type This addresses the requirement for centralized C# error handling that provides detailed debugging information without requiring manual debug code additions.