mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-29 19:41:39 +03:00
clearer error key
This commit is contained in:
parent
5a6f65778b
commit
e64eed4a84
@ -32,7 +32,7 @@ pub enum KvResponse {
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, Error)]
|
||||
pub enum KvError {
|
||||
#[error("db {} in {} does not exist", _0.1, _0.0)]
|
||||
#[error("db [{}, {}] does not exist", _0.0, _0.1)]
|
||||
NoDb((PackageId, String)),
|
||||
#[error("key not found")]
|
||||
KeyNotFound,
|
||||
|
Loading…
Reference in New Issue
Block a user