pub fn check_response_error<C>( rsp: &Response<Bytes>, uri: Option<Uri>, ) -> Result<(), ApiError<C::Error>>where C: RestClient,
Check for possible error in the response