Module error

Module error 

Source
Expand description

Error compatibility module.

Many tool implementations historically imported crate::error::{AppError, Result}. We keep that shape here so the code remains portable across crates.

Enums§

AppError
Top-level application error for Gestura.

Type Aliases§

Result
Result type alias for operations that may fail with AppError.