aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 9a83aff..bf775d1 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -1,5 +1,7 @@
#[derive(Debug, thiserror::Error)]
pub enum ServiceError {
+ #[error("limit reached. try again")]
+ Limit,
#[error("hyper error")]
Hyper(hyper::Error),
#[error("unknown host")]