create_error_at

Function create_error_at 

Source
pub fn create_error_at<E: Into<UtilsError>>(
    error: E,
    operation: &str,
    location: &str,
) -> EnhancedError
Expand description

Create an enhanced error with context and location