Skip to main content

Module error

Module error 

Source
Expand description

The normalised error model.

Adapters translate their native errors (reqwest, rusqlite, tauri, …) into AppError at the boundary. Nothing else ever reaches the frontend, so the UI can offer one consistent error experience.

Structs§

ErrorContract
Serialisable error payload crossing the IPC boundary.

Enums§

AppError
ErrorKind
Stable, serialisable classification of a failure.

Type Aliases§

Result