/*******************************************************************************
*
* Copyright (c) 2025 - 2026 Haixing Hu.
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0.
*
******************************************************************************/
//! Batch execution error types and structured results.
pub use BatchExecutionError;
pub use BatchExecutionResult;
pub use BatchExecutionResultBuildError;
pub use BatchTaskError;
pub use panic_payload_to_error;
pub use BatchTaskFailure;