Skip to main content

Module errors

Module errors 

Source
Expand description

Error handling types.

Re-exports§

pub use buildings::GenerationError;
pub use security::SecurityError;
pub use validation::ValidationError;

Modules§

buildings
Key generation error types.
security
Security operation error types.
validation

Enums§

Error
Main error type for the crate.

Type Aliases§

Result
Result type alias using Error from this crate.