<% messages = { 'badDomain': 'The domain does not exist.', 'badVerb': 'Value of the verb argument is not a legal verb, the verb argument is missing, or the verb argument is repeated.', 'badArgument': 'The request includes illegal arguments, is missing required arguments, includes a repeated argument, or values for arguments have an illegal syntax.', 'idDoesNotExist': 'The value of an argument (id or key) is unknown or illegal.' } type('text/xml; charset=utf-8') %> <% include('/saharagetTime') %> <%escape_xml(req.req.unparsed_uri)%> <% escape_xml(messages.get(str(args.errorCode), 'Unknown error code')) %>