1#[derive(Debug, Clone, PartialEq, Eq)] 2pub struct LlamaSplitModeParseError { 3 pub value: i32, 4 pub context: String, 5}