summaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index 17bfbef..a912840 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -17,8 +17,14 @@ pub enum JabberError {
Utf8Decode,
NoFeatures,
UnknownNamespace,
+ UnknownAttribute,
+ NoID,
+ NoType,
+ IDMismatch,
+ BindError,
ParseError,
UnexpectedEnd,
+ UnexpectedElement,
XML(quick_xml::Error),
SASL(SASLError),
Element(ElementError<'static>),