1#[derive(thiserror::Error, Debug)] 2pub enum MtmdInputChunkError { 3 #[error("input chunk operation failed")] 4 ChunkOperationFailed, 5}