From 3a956d6fce2d7d60e3331cecef7197f94f87403e Mon Sep 17 00:00:00 2001 From: endernon Date: Tue, 5 Nov 2024 19:19:14 +0000 Subject: [PATCH] refactor error message on id_keys.json error --- src/errorfr/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/errorfr/mod.rs b/src/errorfr/mod.rs index 1f326e3..1194508 100644 --- a/src/errorfr/mod.rs +++ b/src/errorfr/mod.rs @@ -13,11 +13,11 @@ pub enum Errorfr { ItemJsonCorrupt, /// idmap is missing - #[error("Error 3: Identifications hashmap is missing")] + #[error("Error 3: id_keys.json is missing")] IDMapJsonMissing, /// idmap is corrupt - #[error("Error 4: Identifications hashmap is corrupt")] + #[error("Error 4: id_keys.json is corrupt")] IDMapJsonCorrupt, /// shiny data json is missing