Struct ruma_common::api::error::UnknownVersionError
source · pub struct UnknownVersionError;Available on crate feature
api only.Expand description
An error that happens when Ruma cannot understand a Matrix version.
Trait Implementations§
source§impl Debug for UnknownVersionError
impl Debug for UnknownVersionError
source§impl Display for UnknownVersionError
impl Display for UnknownVersionError
source§impl Error for UnknownVersionError
impl Error for UnknownVersionError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()