1 2 3
//! Errors that can be returned by a client pub use edgedb_errors::{Error, Tag, ErrorKind, ResultExt, kinds::*}; pub use edgedb_errors::display::*;