Expand description
Unified error types for sbom-tools.
This module provides a comprehensive error hierarchy for the library, with rich context for debugging and user-friendly messages.
Enums§
- Diff
Error Kind - Specific diff error kinds
- Enrichment
Error Kind - Specific enrichment error kinds
- Matching
Error Kind - Specific matching error kinds
- Parse
Error Kind - Specific parse error kinds
- Report
Error Kind - Specific report error kinds
- Sbom
Diff Error - Main error type for sbom-tools operations.
Traits§
- Error
Context - Extension trait for adding context to errors.
- Option
Context - Extension trait for Option types to convert to errors with context.
Type Aliases§
- Result
- Convenient Result type for sbom-tools operations