1#[derive(Clone, Copy, Debug, PartialEq, Eq)] 2pub enum EmbeddingError { 3 ShapeMismatch, 4 TokenOutOfRange, 5}