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