Enum isis_ants_api::AntsError [−][src]
pub enum AntsError { GenericError, ConfigError, }
Common Error for AntS Actions
Variants
GenericError
Catch-all error
ConfigError
Configuration error. Thrown when a parameter passed to a C API function is out-of-bounds.
Trait Implementations
impl Debug for AntsError
[src]
impl Debug for AntsError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for AntsError
[src]
impl Clone for AntsError