Enum grafen::error::GrafenError [] [src]

pub enum GrafenError {
    RunError(String),
}

A class for configuration or runtime errors.

Variants

Something went wrong when creating the system.

Trait Implementations

impl Debug for GrafenError
[src]

[src]

Formats the value using the given formatter.

impl Display for GrafenError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for GrafenError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more