Method: Chef::ResourceReporter#cookbook_resolution_failed
- Defined in:
- lib/chef/resource_reporter.rb
#cookbook_resolution_failed(expanded_run_list, exception) ⇒ Object
225 226 227 228 |
# File 'lib/chef/resource_reporter.rb', line 225 def cookbook_resolution_failed(, exception) description = Formatters::ErrorMapper.cookbook_resolution_failed(, exception) @error_descriptions = description.for_json end |