#[error(transparent)]
ProfileError(#[from] radicle::profile::Error),
/// Profile signer error.
Signer(#[from] radicle::profile::SignerError),
/// Radicle error.
#[error("radicle is not installed")]
RadicleNotInstalled,