1
2
3
4
5
6
//! Constants definitions of values that are defined by the ArangoDB REST API.

pub mod protocol;

mod error_code;
pub use self::error_code::ErrorCode;