nautilus_core::correctness

Constant FAILED

source
pub const FAILED: &str = "Condition failed";
Expand description

A message prefix that can be used with calls to expect or other assertion-related functions.

This constant provides a standard message that can be used to indicate a failure condition when a predicate or condition does not hold true. It is typically used in conjunction with functions like expect to provide a consistent error message.