usethiserror::Error;#[derive(Error, Debug, Clone)]/// This error should be caught and properly handled.
pubenumInterpolateError{/// Default error for unimplemented modes or other generic errors.
#[error("An error occurred during interpolation.")]
DefaultError,}