Method: Chef::ResourceReporter#run_list_expand_failed

Defined in:
lib/chef/resource_reporter.rb

#run_list_expand_failed(node, exception) ⇒ Object



220
221
222
223
# File 'lib/chef/resource_reporter.rb', line 220

def run_list_expand_failed(node, exception)
  description = Formatters::ErrorMapper.run_list_expand_failed(node, exception)
  @error_descriptions = description.for_json
end