
Stop with a validation error
stop_validation_error.Rd
This function throws a validation error with the provided message and data.
Usage
stop_validation_error(message, data, call = rlang::caller_env())
Examples
if (FALSE) { # \dontrun{
stop_formatting_error("This is a validation error!", data.frame(x = 1:5))
} # }