Function print_error

Source
pub fn print_error(title: &str, details: &str, suggestion: &str)
Expand description

Prints an error message with a consistent format for user-friendly display.

§Arguments

  • title: The title of the error message.
  • details: The details of the error message.
  • suggestion: The suggestion for resolving the error.