aboutsummaryrefslogtreecommitdiff
path: root/src/dav/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dav/error.rs')
-rw-r--r--src/dav/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dav/error.rs b/src/dav/error.rs
index 88a5e60..78c6d6b 100644
--- a/src/dav/error.rs
+++ b/src/dav/error.rs
@@ -2,6 +2,7 @@ use quick_xml::events::attributes::AttrError;
#[derive(Debug)]
pub enum ParsingError {
+ Recoverable,
MissingChild,
NamespacePrefixAlreadyUsed,
WrongToken,