Enum network_communicator::ConfigError []

pub enum ConfigError {
    InvalidThreadCount,
}

Errors in configuration.

Variants

Threads count must be greater than zero.

Trait Implementations

impl Debug for ConfigError
[src]

Formats the value using the given formatter.

impl Display for ConfigError

Formats the value using the given formatter. Read more

impl Error for ConfigError

A short description of the error. Read more

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