class Restforce::Middleware::Authentication

def error_message(response)

Internal: The parsed error response.
def error_message(response)
  "#{response.body['error']}: #{response.body['error_description']}"
end