# File lib/chef/formatters/error_inspectors/api_error_formatting.rb, line 26
      def describe_network_errors(error_description)
        error_description.section("Networking Error:","\#{exception.message}\n\nYour chef_server_url may be misconfigured, or the network could be down.\n")
        error_description.section("Relevant Config Settings:","chef_server_url  \"\#{server_url}\"\n")
      end