create an asc_desc error type that is never supposed to be returned to the end user

This commit is contained in:
Tamo 2021-09-22 15:33:32 +02:00
parent 257e621d40
commit 86e272856a
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
3 changed files with 6 additions and 25 deletions

View file

@ -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,