Expand description
Error types for the vulnera-advisors crate.
This module provides a comprehensive error type AdvisoryError that covers
all failure modes in the library, enabling proper error handling.
Enums§
- Advisory
Error - The main error type for all operations in this crate.
Type Aliases§
- Result
- A specialized Result type for advisory operations.