rust-ipfs icon indicating copy to clipboard operation
rust-ipfs copied to clipboard

Implement Errors

Open dariusc93 opened this issue 2 years ago • 2 comments

Currently, errors are handled by anyhow, but it may be better to return specific error types utilizing thiserror and use anyhow for errors that does not yield a specific error (eg gossipsub builder returns &'static str as an error).

dariusc93 avatar Aug 26 '22 12:08 dariusc93