pub type RumaApiError = UiaaResponse;Expand description
An error response from a Matrix API call, using a client API specific representation if the endpoint is from that.
Aliased Type§
pub enum RumaApiError {
AuthResponse(UiaaInfo),
MatrixError(Error),
}