Module agreed::error[][src]

Expand description

Error types exposed by this crate.

Enums

ChangeConfigError

The set of errors which may take place when requesting to propose a config change.

ClientReadError

An error related to a client read request.

ClientWriteError

An error related to a client write request.

ConfigError

Error variants related to configuration.

InitializeError

The set of errors which may take place when initializing a pristine Raft node.

RaftError

Error variants related to the internals of Raft.

Type Definitions

RaftResult

A result type where the error variant is always a RaftError.