Skip to main content

Module error

Module error 

Source
Expand description

Error handling taxonomy and result types.

§Security-First Error Handling

This module defines the robust error infrastructure for sys-shred. It utilizes thiserror to provide descriptive, context-aware error messages while maintaining strict type safety across the application.

Enums§

ShredError
The primary error taxonomy for the sys-shred ecosystem.

Type Aliases§

ShredResult
A specialized Result type alias for all sys-shred operations.