mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
change sub errors visibility
This commit is contained in:
parent
1bcf43baac
commit
abbebad669
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use fxhash::{FxHasher32, FxHasher64};
|
|||
use serde_json::{Map, Value};
|
||||
|
||||
pub use self::criterion::{default_criteria, Criterion};
|
||||
pub use self::error::Error;
|
||||
pub use self::error::{Error, InternalError, UserError};
|
||||
pub use self::external_documents_ids::ExternalDocumentsIds;
|
||||
pub use self::fields_ids_map::FieldsIdsMap;
|
||||
pub use self::heed_codec::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue