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