mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Introduce an indexation abortion function when indexing documents
This commit is contained in:
@ -56,6 +56,8 @@ pub enum InternalError {
|
||||
Store(#[from] MdbError),
|
||||
#[error(transparent)]
|
||||
Utf8(#[from] str::Utf8Error),
|
||||
#[error("An indexation process was explicitly aborted.")]
|
||||
AbortedIndexation,
|
||||
}
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
|
Reference in New Issue
Block a user