Settings
Help

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)