# File lib/chef/formatters/error_inspectors/api_error_formatting.rb, line 73
      def describe_500_error(error_description)
        error_description.section("Unknown Server Error:","The server had a fatal error attempting to load the node data.\n")
        error_description.section("Server Response:", format_rest_error)
      end