class Faraday::Response::RaiseError

def response_values(env)

def response_values(env)
  {:status => env.status, :headers => env.response_headers, :body => env.body}
end