1 2 3 4 5 6 7 8
#[derive(Debug)] pub enum Error { Unspecified, } pub const ERR_NOT_IMPLEMENTED: i64 = -1; pub const ERR_NOT_FOUND: i64 = -2;