Skip to main content

Module error

Module error 

Source
Expand description

Error types for the vault.

This module defines the [Error] enum covering all possible failures (I/O, database, crypto, serialization, etc.) and a Result type alias.

Enums§

Error
Main error type for the age-vault crate.

Type Aliases§

Result
Convenient result type alias using [Error].