diff options
Diffstat (limited to 'src/error.rs')
-rw-r--r-- | src/error.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs index dc132f4..6afa3d0 100644 --- a/src/error.rs +++ b/src/error.rs | |||
@@ -20,6 +20,9 @@ pub enum Error { | |||
20 | #[error("OsString couldn't be converted to string")] | 20 | #[error("OsString couldn't be converted to string")] |
21 | InvalidOsString, | 21 | InvalidOsString, |
22 | 22 | ||
23 | #[error("Requested backup not found")] | ||
24 | BackupNotFound, | ||
25 | |||
23 | #[error("json: {source}")] | 26 | #[error("json: {source}")] |
24 | SerdeJson { | 27 | SerdeJson { |
25 | #[from] | 28 | #[from] |