Trait matrix_sdk_base::ruma::api::client::error::FromHttpResponseErrorExt
source · pub trait FromHttpResponseErrorExt {
// Required method
fn error_kind(&self) -> Option<&ErrorKind>;
}
Available on crate feature
api
and (crate features client
or server
) only.Expand description
Extension trait for FromHttpResponseError<ruma_client_api::Error>
.
Required Methods§
sourcefn error_kind(&self) -> Option<&ErrorKind>
fn error_kind(&self) -> Option<&ErrorKind>
If self
is a server error in the errcode
+ error
format expected
for client-server API endpoints, returns the error kind (errcode
).