# File lib/rhc/rest.rb, line 186
    def generic_error(url)
      ServerErrorException.new(
        "The server did not respond correctly. This may be an issue "\
        "with the server configuration or with your connection to the "\
        "server (such as a Web proxy or firewall)."\
        "#{RestClient.proxy.present? ? " Please verify that your proxy server is working correctly (#{RestClient.proxy}) and that you can access the OpenShift server #{url}" : "Please verify that you can access the OpenShift server #{url}"}",
        129)
    end