Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
radicle-types: Capture signer errors
Lorenz Leutgeb committed 1 month ago
commit 3e5d277df8e51fe5d5b990e47c307d8336491fc0
parent 6a9906a
1 file changed +4 -0
modified crates/radicle-types/src/error.rs
@@ -11,6 +11,10 @@ pub enum Error {
    #[error(transparent)]
    ProfileError(#[from] radicle::profile::Error),

+
    /// Profile signer error.
+
    #[error(transparent)]
+
    Signer(#[from] radicle::profile::SignerError),
+

    /// Radicle error.
    #[error("radicle is not installed")]
    RadicleNotInstalled,