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