pub type ClarkHashError = SQuaJLError;Expand description
Package-level name for errors returned by this crate.
Aliased Type§
pub enum ClarkHashError {
InvalidConfig(String),
DimensionMismatch {
expected: usize,
actual: usize,
},
ZeroNorm,
IncompatibleCode(String),
}