<%- include('./includes/common-head.ejs') %> <%- include('./includes/top-navbar.ejs') %> <%- include('./includes/no-trash-svg.ejs') %>
<%- include('./includes/breadcrumbs.ejs') %>

Disclaimer: Use of the search feature is subject to both the Search Policy and the Privacy Policy.

<% if (typeof error !== 'undefined') {%>

An error occurred while attempting to perform a search.

<% if (typeof query !== 'undefined') {%>

Search Query: <%= query %>

<% } %> <% if (typeof error.code !== 'undefined') {%>

Error Code: <%= error.code %>

<% } %> <% if (typeof error.message !== 'undefined') {%>

Error Message: <%= error.message %>

<% } %> <% if (typeof error.innerError !== 'undefined' && typeof error.innerError.error !== 'undefined') { %> <% if (typeof error.innerError.error.msg !== 'undefined') {%>

Inner Error Message: <%- error.innerError.error.msg.replaceAll("<", "<").replaceAll(">", ">").replaceAll("\n", '
') %>

<% } %> <% } %> <% } %>
<%- include('./includes/bottom-navbar.ejs') %> <%- include('./includes/bottom-scripts.ejs') %>