Expand description
The names most marque code wants from this crate.
Glob-import this module (use marque_utils::prelude::*) to bring the
workspace Error / Result types, the ContextExt combinators, and
the client_* / internal_* bail macros into scope.
Re-exports§
pub use crate::error::ApiError;pub use crate::error::invariance_violation;pub use crate::error::ContextExt;pub use crate::error::Error;pub use crate::error::Result;
Macros§
- client_
bail - Returns early with a formatted
Error::client. - client_
error - Builds a formatted
Error::clientwithout returning. - internal_
bail - Returns early with a formatted
Error::internal_msg. - internal_
error - Builds a formatted
Error::internal_msgwithout returning.