Type Definition ruma::client::ResponseError[][src]

pub type ResponseError<C, R> = Error<<C as HttpClient>::Error, <R as OutgoingRequest>::EndpointError>;
This is supported on crate feature client only.
Expand description

The error type for sending the request R with the http client C.