Module irc::error[][src]

Errors for irc crate using failure.

Enums

ConfigError

Errors that occur with configurations.

IrcError

The main crate-wide error type.

MessageParseError

Errors that occur when parsing messages.

ModeParseError

Errors that occur while parsing mode strings.

TomlError

A wrapper that combines toml's serialization and deserialization errors.

Type Definitions

Result

A specialized Result type for the irc crate.