Skip to main content

Crate unigraph_error

Crate unigraph_error 

Source

Re-exports§

pub use error::UnigraphError;
pub use format::format_for_user;
pub use format::format_strip_ansi;
pub use format::format_with_colors;
pub use format::into_unigraph_error;
pub use format::to_json;

Modules§

error
format
macros

Macros§

bail
Similar to anyhow::bail!. Takes two arguments Display - a very short and ideally consistent error type/category that we can use to group errors together

Constants§

SEPARATOR

Type Aliases§

UnigraphResult