use thiserror::Error; #[derive(Debug, Clone, Error)] pub enum Keyforkd { #[error("Neither KEYFORKD_SOCKET_PATH nor XDG_RUNTIME_DIR were set, nowhere to mount socket")] NoSocketPath, }