1 <h2>Oh... fiddlesticks.</h2>
3 <p>An error occurred when Workbench sent a request to the Arvados API server. Try reloading this page. If the problem is temporary, your request might go through next time.
8 If that doesn't work, the information below can help system administrators track down the problem.
12 <dt>API request URL</dt>
13 <dd><code><%= api_error.request_url %></code></dd>
15 <% if api_error.api_response.empty? %>
16 <dt>Invalid API response</dt>
17 <dd><%= api_error.api_response_s %></dd>
20 <dd><pre><%= Oj.dump(api_error.api_response, indent: 2) %></pre></dd>
25 <%= render :partial => "report_error", :locals => {api_error: api_error, error_type: 'api'} %>