orion-error 0.6.2

Struct Error for Large Project
Documentation
1
2
3
4
5
pub trait ErrorCode {
    fn error_code(&self) -> i32 {
        500
    }
}