feat: def traits to get captcha config

This commit is contained in:
realaravinth
2022-05-27 18:14:51 +05:30
parent a15d963c3e
commit 2212b3b974
3 changed files with 33 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ pub enum DBError {
#[error("Traffic pattern not found")]
TrafficPatternNotFound,
/// Notification not found
#[error("Notification not found")]
NotificationNotFound,
}