replace podman err with db err
This commit is contained in:
parent
339f93b95a
commit
da44c632b7
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ pub enum Error {
|
|||
#[error("error while deserializing TOML: {0}")]
|
||||
DeserError(#[from] toml::de::Error),
|
||||
|
||||
#[error("Podman error: {0}")]
|
||||
PodmanError(String),
|
||||
#[error("Database error: {0}")]
|
||||
DatabaseError(String),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue