All models failed. Run `show_notes

i kept getting this "Warning message:
All models failed. Run show_notes(.Last.tune.result) for more information. " when i run this code "set.seed(42)
tune_rf <- wk_rf %>%
tune_bayes(
resamples = folds,
initial = 10,
iter = 50,
param_info = param_rf,
metrics = metricset_clsm,
control = control_bayes(save_pred = T,
verbose = T,
no_improve = 10,
uncertain = 5,
parallel_over = "everything",
save_workflow = T)
)"