chore(spaces): remove unused Unknown Space Error variant
This commit is contained in:
committed by
Stefan Ceriu
parent
cf0c3e7009
commit
ad41cbc368
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user