Trait edgedb_client::errors::ErrorKind [−][src]
pub trait ErrorKind: Sealed {
fn with_message<S>(s: S) -> Error
where
S: Into<Cow<'static, str>>,
{ ... }
fn with_source<E>(src: E) -> Error
where
E: 'static + Error + Send + Sync,
{ ... }
fn with_source_box(
src: Box<dyn Error + Send + Sync + 'static, Global>
) -> Error { ... }
fn build() -> Error { ... }
}
Expand description
Trait that marks EdgeDB errors
Currently sealed, because edgedb errors will be changed in future