
Stop with an application error
stop_app_error.Rd
This function throws an application error of the given type, with the provided message and any additional data.
Examples
if (FALSE) { # \dontrun{
stop_app_error("my_error", "This is an error!", data.frame(x = 1:5))
} # }