format_error_with_guidance

Function format_error_with_guidance 

Source
pub fn format_error_with_guidance(error: &str) -> (String, Option<String>)
Expand description

Convert a technical error message to a user-friendly message with guidance.

Takes the raw error string and returns a tuple of (short_message, suggestion).