pub type ResponseResult = Result<Response, Error>;
The response to any http request served by this API.