core/app_error library
Enums
- AppErrorKind
- A user-facing error category, mapped from the lower-level OmnyShell exceptions so the UI can show a tailored message and recovery hint without switching on raw exception types everywhere.
Exceptions / Errors
- AppError
- A normalized error with a human-readable message and an optional recovery hint. Built from any thrown object via AppError.from.