pub fn warn_with_data<T: Serialize>( message: String, data: &T, ) -> Result<(), String>
Logs a warning message with additional serialized data.