Enum amethyst::Error [] [src]

pub enum Error {
    Application,
    Config(ConfigError),
    System(BoxedErr),
}

Common error type.

Variants

Application error.

Asset management error. Configuration error.

System error.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl StdError for Error
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more