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