macro_rules! handle_execution_error {
    ($execution_result:expr) => { ... };
}