mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-11 14:04:31 +01:00
Merge #237
237: change sub errors visibility r=Kerollmops a=MarinPostma re-export sub-error types so they can be matched upon outside of milli. Co-authored-by: marin postma <postma.marin@protonmail.com> Co-authored-by: marin <postma.marin@protonmail.com>
This commit is contained in:
commit
bb89ef9fc0
@ -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, FieldIdMapMissingEntry, InternalError, SerializationError, UserError};
|
||||
pub use self::external_documents_ids::ExternalDocumentsIds;
|
||||
pub use self::fields_ids_map::FieldsIdsMap;
|
||||
pub use self::heed_codec::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user