mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
re-export remaining error types
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
abbebad669
commit
70bee7d405
@ -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, InternalError, UserError};
|
||||
pub use self::error::{Error, FieldIdMapMissingEntry, InternalError, SerializationError, UserError};
|
||||
pub use self::external_documents_ids::ExternalDocumentsIds;
|
||||
pub use self::fields_ids_map::FieldsIdsMap;
|
||||
pub use self::heed_codec::{
|
||||
|
Loading…
Reference in New Issue
Block a user