X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ecc16570f7b336c7cd3a4b77876db8e6d4ed4fad..bf9803ee5afb33231da7900dddfdfac34b7056a6:/apps/workbench/app/views/application/api_error.html.erb diff --git a/apps/workbench/app/views/application/api_error.html.erb b/apps/workbench/app/views/application/api_error.html.erb index 9fcfde62d0..8f3c69bf8e 100644 --- a/apps/workbench/app/views/application/api_error.html.erb +++ b/apps/workbench/app/views/application/api_error.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +

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. @@ -22,4 +26,4 @@ If that doesn't work, the information below can help system administrators track <% end %> -<%= render :partial => "report_error", :locals => {api_error: api_error} %> +<%= render :partial => "report_error", :locals => {api_error: api_error, error_type: 'api'} %>