R/shiny_ui_helpers.R
show_error_notification.Rd
Displays an error notification to the user.
show_error_notification(message, duration = 7)
The error message to display
Duration in seconds (default: 7)
Displays a Shiny notification. Returns NULL invisibly.