Enum amethyst_config::ConfigError [] [src]

pub enum ConfigError {
    YamlScan(ScanError),
    YamlParse(ConfigMeta),
    NonConfig,
    FileError(PathBufError),
    MultipleExternalFiles(PathBufVec<PathBuf>),
    MissingExternalFile(ConfigMeta),
}

Configuration error

Variants

Methods

impl ConfigError
[src]

Trait Implementations

impl Debug for ConfigError
[src]

Formats the value using the given formatter.

impl Display for ConfigError
[src]

Formats the value using the given formatter. Read more