mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Implement ErrorCode on the milli::Error type
This commit is contained in:
parent
d76634a36c
commit
91e13c2824
6 changed files with 45 additions and 10 deletions
|
@ -16,7 +16,7 @@ use meilisearch_types::star_or::StarOr;
|
|||
use crate::analytics::Analytics;
|
||||
use crate::extractors::authentication::{policies::*, GuardedData};
|
||||
|
||||
use self::indexes::{IndexStats, IndexView};
|
||||
use self::indexes::IndexStats;
|
||||
|
||||
mod api_key;
|
||||
mod dump;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue