pub type RtValueResult = RuntimeResult<GosValue>;
pub enum RtValueResult { Ok(GosValue), Err(String), }
Contains the success value
Contains the error value