[][src]Module cratetorrent::error

This module includes the errors that could occur in the engine. They are reported via the alert system, as most operations via the engine happen asynchronously.

Re-exports

pub use crate::peer::error::PeerError;
pub use crate::torrent::error::TorrentError;

Structs

IoError

The error type for I/O operations of the Read, Write, Seek, and associated traits.

SendError

Error returned by the Sender.

Enums

Error
TrackerError

The possible errors that may occur when contating the tracker.

Type Definitions

Result