Expand description
Error types for the age-setup crate.
This module defines the central [Error] enum that encompasses all possible
failures in key generation and validation. It is designed to provide clear,
actionable error messages through the thiserror crate.
Enums§
- Error
- The main error type for the
age-setupcrate. - Generation
Error - Errors that can occur during key generation.
- Validation
Error - Errors that can occur while validating a public or secret key.
Type Aliases§
- Result
- The standard
Resulttype used throughout the crate.