[][src]Module torro::error

All public error enums, see TorroError for the container enum which provides access to more specific errors

Enums

BencodeError

Error enum for errors during parsing. If a usize is given, it typically represents last parsed byte's posision

TorrentCreationError

Error enum used inside of Torrent::new and Torrent::from_file. These errors relate to the creation of new Torrent structures

TorroError

Main error enum containing multiple module-specific errors like BencodeError for .torrent (bencode) parsing