summaryrefslogtreecommitdiffstats
path: root/src/error.rs
blob: a6325377ee57003238bba1e0b2743c2e270f4bbc (plain) (blame)
1
2
3
4
5
6
7
#[derive(Debug)]
pub enum JabberError {
    ConnectionError,
    BadStream,
    StartTlsUnavailable,
    TlsNegotiation,
}