chore(spaces): remove unused Unknown Space Error variant

This commit is contained in:
Stefan Ceriu
2025-10-01 13:11:29 +03:00
committed by Stefan Ceriu
parent cf0c3e7009
commit ad41cbc368
-4
View File
@@ -59,10 +59,6 @@ pub mod room_list;
/// Possible [`SpaceService`] errors.
#[derive(Debug, Error)]
pub enum Error {
/// Unknown error.
#[error("Unknown error")]
Unknown,
/// The requested room was not found.
#[error("Room `{0}` not found")]
RoomNotFound(OwnedRoomId),