# File lib/chef_zero/rest_base.rb, line 110
    def error(response_code, error)
      json_response(response_code, {"error" => [error]})
    end