Enum isis_ants_api::AntsError[][src]

pub enum AntsError {
    GenericError,
    ConfigError,
}

Common Error for AntS Actions

Variants

Catch-all error

Configuration error. Thrown when a parameter passed to a C API function is out-of-bounds.

Trait Implementations

impl Debug for AntsError
[src]

Formats the value using the given formatter. Read more

impl Clone for AntsError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AntsError

impl Sync for AntsError