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)