Enum darwin_rs::simulation_builder::SimError
[−]
pub enum SimError { EndIterationTooLow, }
Variants
EndIterationTooLow | The number of iteration is too low, should be >= 10 |
Trait Implementations
impl Display for SimError
impl Error for SimError
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any.