Function create_error_string

Source
pub fn create_error_string(message: &str) -> String
Expand description

Creates a formatted error string.

§Arguments

  • message - The error message to format.

§Returns

A formatted error string.