Oh... fiddlesticks.

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. <% if not api_error %>

<% else %> If that doesn't work, the information below can help system administrators track down the problem.

API request URL
<%= api_error.request_url %>
<% if api_error.api_response.empty? %>
Invalid API response
<%= api_error.api_response_s %>
<% else %>
API response
<%= Oj.dump(api_error.api_response, indent: 2) %>
<% end %>
<% end %> <%= render :partial => "report_error", :locals => {api_error: api_error, error_type: 'api'} %>