2022-05-29 04:45:44 +00:00
|
|
|
{{ $params := (.Context).Value "params" }}
|
|
|
|
|
2022-06-12 06:00:38 +00:00
|
|
|
{{ template "header" . }}
|
2022-05-29 04:45:44 +00:00
|
|
|
|
2022-06-12 06:00:38 +00:00
|
|
|
<h2>Error</h2>
|
|
|
|
<span class="adapter-error">{{$params.ErrorCode}}: {{$params.ErrorMessage}}</span>
|
|
|
|
|
|
|
|
{{ template "footer" . }}
|