pub type ExecResult = ExecResult;
pub enum ExecResult { Ok(Value), Err(String), }
Contains the success value
Contains the error value