# File lib/fog/compute/terremark/mock.rb, line 92
        def self.error_headers
          {
              "X-Powered-By" => "ASP.NET",
              "Date" =>  Time.now.to_s,
              "Content-Type" => "text/html",
              "Content-Length" => "0",
              "Server" => "Microsoft-IIS/7.0",
              "Cache-Control" => "private"
          }
        end