mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
bump enum-iter and fix a bunch of error messages
This commit is contained in:
parent
4921e926e5
commit
aff67f78c1
7 changed files with 275 additions and 212 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::error::Error;
|
||||
|
||||
use meilisearch_types::error::{Code, ErrorCode};
|
||||
use meilisearch_types::{internal_error, keys, milli};
|
||||
use meilisearch_types::{internal_error, keys};
|
||||
|
||||
pub type Result<T> = std::result::Result<T, AuthControllerError>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue