1#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] 2pub enum TinyOrmError { 3 SetOptionNotSet, 4}