Skip to main content

RumaApiError

Type Alias RumaApiError 

Source
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),
}

Variants§

§

AuthResponse(UiaaInfo)

User-Interactive Authentication API response

§

MatrixError(Error)

Matrix error response