R/type.frame.R
handle_violation.Rd
Handles violations by either throwing an error, issuing a warning, or doing nothing, depending on the specified action.
handle_violation(message, action)
The error message to be handled.
The action to take: "error", "warning", or "silent".