Type Definition ruma_client::ResponseError
source · pub type ResponseError<C, R> = Error<<C as HttpClient>::Error, <R as OutgoingRequest>::EndpointError>;
Expand description
The error type for sending the request R
with the http client C
.