mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-21 15:17:13 +02:00
Use API client for notifications/license
This commit is contained in:
@@ -15,6 +15,9 @@ pub enum Error {
|
||||
#[error(transparent)]
|
||||
ModelError(#[from] yaak_models::error::Error),
|
||||
|
||||
#[error(transparent)]
|
||||
CommonError(#[from] yaak_common::error::Error),
|
||||
|
||||
#[error("Internal server error")]
|
||||
ServerError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user