/*
Appellation: error <module>
Created At: 2025.11.26:17:48:01
Contrib: @FL03
*/
//! The error module for external datasets and training;
//!
/// a type alias for a [`Result`](core::result::Result) with an error type of
/// [`TrainingError`].
pub type TrainingResult<T> = ;
/// The [`TrainingError`] type enumerates the various errors that can occur during the
/// training process.