pub fn check_force_depth() -> Result<(), String>
Check whether the current force depth exceeds the configured limit. Returns Ok(()) if within bounds or no limit is set.
Ok(())