Function print_error
Source pub fn print_error(title: &str, details: &str, suggestion: &str)
Expand description
§print_error
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.