diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 02:52:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 02:52:14 +0200 |
commit | 6c3524c381467483a025eda5e7e5f0ded53094fa (patch) | |
tree | 0d081ed4bc18f0a950783a5fe8e1fe4e08c888d1 /src/error.rs | |
parent | b005bbca6d8c1adb9c12e10d79028717b9d963c5 (diff) | |
download | gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar.bz2 gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar.zst |
paths module
Diffstat (limited to 'src/error.rs')
-rw-r--r-- | src/error.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs index 14b2842..e6f7646 100644 --- a/src/error.rs +++ b/src/error.rs @@ -12,6 +12,8 @@ pub enum ServiceError { NoHost, #[error("unknown host")] UnknownHost, + #[error("unknown path")] + UnknownPath, #[error("can't connect to the backend")] CantConnect, #[error("not found")] |