# File lib/chef/formatters/error_inspectors/api_error_formatting.rb, line 94 def format_rest_error Array(Chef::JSONCompat.from_json(exception.response.body)["error"]).join('; ') rescue Exception exception.response.body end