Define error types for transport, auth, channel, and config layers
This commit is contained in:
@@ -3,4 +3,9 @@ pub mod client;
|
||||
pub mod server;
|
||||
pub mod auth;
|
||||
pub mod socks5;
|
||||
pub mod error;
|
||||
pub mod error;
|
||||
|
||||
#[cfg(feature = "testutil")]
|
||||
pub mod testutil;
|
||||
|
||||
pub use error::{AuthError, ChannelError, ConfigError, TransportError};
|
||||
Reference in New Issue
Block a user