Macro genesis_error

Source
macro_rules! genesis_error {
    ($error:expr, $operation:expr) => { ... };
    ($error:expr, $operation:expr, $organism_id:expr) => { ... };
    ($error:expr, $operation:expr, $organism_id:expr, $recovery:expr) => { ... };
}
Expand description

Macro for creating contextual errors