Package-level declarations
Types
Link copied to clipboard
libtorrent's primary error enumeration, ported from errors::error_code_enum (include/libtorrent/error_code.hpp) together with the human-readable strings from libtorrent_error_category::message() (src/error_code.cpp).
Link copied to clipboard
Thrown when a libtorrent operation fails with a LibtorrentError. Mirrors the way libtorrent surfaces a libtorrent_category() error_code as a system_error / libtorrent_exception; the exception message is the error's human-readable LibtorrentError.message.