summaryrefslogtreecommitdiff
path: root/contrib/oauth2-provider-failure.en.must
blob: d4c3585bf5699726c21c420696eec1f37cc70be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>502: KYC provider had an internal error</title>
</head>
<body>
The KYC OAuth2 backend had an internal error.
<pre>
<!-- taler error code --> {{ code }}:
<!-- GANA hint for EC --> {{ hint }}
</pre>
<p>
  <!-- human readable message with more specifics -->
  {{ message }}
</p>
<pre>
  <!-- true if we are in debug mode --> {{ debug }}
  <!-- optional: full response from OAuth provider;
       may contain private information! -->
  {{ server_response }}
</p>
</body>
</html>