pub fn create_error<E: Into<UtilsError>>(
error: E,
operation: &str,
) -> EnhancedErrorExpand description
Create an enhanced error with context
pub fn create_error<E: Into<UtilsError>>(
error: E,
operation: &str,
) -> EnhancedErrorCreate an enhanced error with context