injective_math/fp_decimal/
error.rs

1#[derive(Debug, PartialEq, Eq)]
2pub enum FPDecimalError {
3    Undefined(String),
4    NotSupported(String),
5}