xml: Rename XmlDeError to XmlError

This commit is contained in:
Lennart
2025-01-15 18:15:04 +01:00
parent 95f7912947
commit d74f0ba660
14 changed files with 52 additions and 53 deletions

View File

@@ -20,7 +20,7 @@ pub enum Error {
PropReadOnly,
#[error(transparent)]
XmlDeserializationError(#[from] rustical_xml::XmlDeError),
XmlDeserializationError(#[from] rustical_xml::XmlError),
#[error(transparent)]
IOError(#[from] std::io::Error),

View File

@@ -1,6 +1,5 @@
use crate::xml::multistatus::PropstatElement;
use actix_web::http::StatusCode;
use reqwest::Url;
use rustical_store::{CollectionOperation, CollectionOperationType, SubscriptionStore};
use rustical_xml::{XmlRootTag, XmlSerialize, XmlSerializeRoot};
use std::sync::Arc;