mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
create and use the error code
This commit is contained in:
parent
143acb9cdc
commit
0548ab9038
6 changed files with 42 additions and 19 deletions
|
@ -64,6 +64,7 @@ pub enum DocumentDeletionKind {
|
|||
PerDocumentId,
|
||||
ClearAll,
|
||||
PerBatch,
|
||||
PerFilter,
|
||||
}
|
||||
|
||||
pub trait Analytics: Sync + Send {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue