refactor error message on id_keys.json error

This commit is contained in:
endernon 2024-11-05 19:19:14 +00:00
parent c1cca55db7
commit 3a956d6fce

View file

@ -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