akari 0.2.7

Dynamic & Weakly Typed Programming Powered by Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
pub enum ValueError { 
    TypeError, 
    KeyNotFoundError, 
    IndexOutOfBoundError, 
    IOError, 
    ParseError, 
    InvalidOperationError, 
    DivisionByZeroError, 
    IndexOutOfBoundsError, 
}