mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
START THE REWRITE OF THE INDEX SCHEDULER: index & register has been implemented
This commit is contained in:
parent
ab1800551f
commit
1a47949063
7 changed files with 453 additions and 9 deletions
7
index-scheduler/src/error.rs
Normal file
7
index-scheduler/src/error.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use thiserror::Error;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum Error {
|
||||
#[error("Index not found")]
|
||||
IndexNotFound,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue