luz/src/error.rs

8 lines
123 B
Rust

#[derive(Debug)]
pub enum JabberError {
ConnectionError,
BadStream,
StartTlsUnavailable,
TlsNegotiation,
}