You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
claudbg/.beans/claudbg-i09w--app-error-typ...

521 B

title status type priority created_at updated_at parent
App error type and Result alias completed task normal 2026-03-27T19:38:56Z 2026-03-28T04:15:59Z claudbg-h7xu

Created src/error.rs with AppError enum (Io, Parse, Db, NotFound, InvalidArg) and Result alias using thiserror. All variants have doc comments. Six unit tests verify Display impl for each variant and Fromio::Error conversion. Updated src/lib.rs to declare pub mod error and src/main.rs to import claudbg::error::Result.