# File lib/chef/resource_reporter.rb, line 177
    def run_failed(exception)
      @exception = exception
      @status = "failure"
      post_reporting_data
    end