Skip to main content

Module errors

Module errors 

Source
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-setup crate.
GenerationError
Errors that can occur during key generation.
ValidationError
Errors that can occur while validating a public or secret key.

Type Aliases§

Result
The standard Result type used throughout the crate.