surrealcs_kernel::utils::generic

Function check_condition_not_met

source
pub fn check_condition_not_met(error: &NanoServiceError) -> bool
Expand description

Checks if the condition is not met.

§Arguments

  • error: The error to check

§Returns

  • bool: True if the condition is not met, false otherwise