refactor error message on id_keys.json error
This commit is contained in:
parent
c1cca55db7
commit
3a956d6fce
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue