mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
create an asc_desc error type that is never supposed to be returned to the end user
This commit is contained in:
parent
257e621d40
commit
86e272856a
3 changed files with 6 additions and 25 deletions
|
@ -25,7 +25,7 @@ use fxhash::{FxHasher32, FxHasher64};
|
|||
pub use grenad::CompressionType;
|
||||
use serde_json::{Map, Value};
|
||||
|
||||
pub use self::asc_desc::{AscDesc, Member};
|
||||
pub use self::asc_desc::{AscDesc, AscDescError, Member};
|
||||
pub use self::criterion::{default_criteria, Criterion};
|
||||
pub use self::error::{
|
||||
Error, FieldIdMapMissingEntry, InternalError, SerializationError, UserError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue