moabdb 0.1.1

A Rust client for the MoabDB database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Jackson Coxson

#[derive(Debug)]
pub enum MoabError {
    ServerInternalError,
    ServerTimeoutError,
    DecodeError,
    RequestError,
    TransportError,
    NotFound,
    Unauthorized,
    UnknownError,
}