# File lib/chef/formatters/error_inspectors/node_load_error_inspector.rb, line 100
        def describe_404_error(error_description)
          error_description.section("Resource Not Found:","The server returned a HTTP 404. This usually indicates that your chef_server_url is incorrect.\n")
          error_description.section("Relevant Config Settings:","chef_server_url \"\#{server_url}\"\n")
        end