]> Untitled Git - bdk-cli/commit
refactor: fix error handling
authorVihiga Tyonum <withtvpeter@gmail.com>
Sat, 8 Mar 2025 03:46:22 +0000 (04:46 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Wed, 12 Mar 2025 13:56:43 +0000 (14:56 +0100)
commitcb108738f8d795d431b910146685386bb8d41094
treed3950dffd65bedb96deb5343f048b762e99654e4
parent8307db08776d7b53dbadcf776a4b786a925291f2
refactor: fix error handling

-add more error types to error enum
- update the handlers file to replace Generic
error arm

[Ticket: X]
ci/test_features.sh
src/commands.rs
src/error.rs
src/handlers.rs
src/utils.rs