macro_rules! loop_detected {
    ($($arg:tt)*) => { ... };
}
Expand description

Construct an Error with StatusCode::LOOP_DETECTED from a string or existing non-anyhow error value.