Skip to main content

Module err

Module err 

Source
Expand description

Declare an error type for the tor-hsservice crate.

Re-exportsยง

pub use crate::rend_handshake::EstablishSessionError;
pub use crate::rend_handshake::IntroRequestError;

Enumsยง

ClientError
An error which occurs trying to communicate with a particular client.
FatalError
An error which means we cannot continue to try to operate an onion service.
IptStoreError ๐Ÿ”’
An error arising when trying to store introduction points
StartupError
An error which occurs trying to create and start up an onion service
StateExpiryError ๐Ÿ”’
Error occurring in IptManager::expire_old_ipts_external_persistent_state

Constantsยง

IPT_STORE_RETRY_MAX ๐Ÿ”’
Latest time to retry a failed IPT store (eg, disk full)