aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2024-11-29 02:10:19 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2024-11-29 02:10:19 +0000
commit2dae043e8ffcb030699f3523568544676e370b53 (patch)
tree52669190c01bd5d7da03d1c9181d00eb23a21124 /src/error.rs
parentaa940a8eac74aca8cd3c202a05092538d1140dda (diff)
downloadpeanuts-2dae043e8ffcb030699f3523568544676e370b53.tar.gz
peanuts-2dae043e8ffcb030699f3523568544676e370b53.tar.bz2
peanuts-2dae043e8ffcb030699f3523568544676e370b53.zip
add some tracing
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index dd8ea17..0cac59b 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -14,6 +14,7 @@ pub enum DeserializeError {
FromStr(String),
UnexpectedAttributes(HashMap<Name, String>),
UnexpectedContent(VecDeque<Content>),
+ UnexpectedElement(Element),
MissingAttribute(Name),
IncorrectName(String),
IncorrectNamespace(String),