Condition classes for bbotk.
error_bbotk(msg, ..., class = NULL, signal = TRUE, parent = NULL)error_bbotk_terminated(msg, ..., class = NULL, signal = TRUE, parent = NULL)
(character(1))
Error message.
(any)
Passed to sprintf().
(character)
Additional class(es).
(logical(1))
If FALSE, the condition object is returned instead of being signaled.
(condition)
Parent condition.
error_bbotk() for the Mlr3ErrorBbotk class,
signalling a general bbotk error.
error_bbotk_terminated() for the Mlr3ErrorBbotkTerminated class,
signalling a termination error.