summaryrefslogtreecommitdiff
path: root/contrib/oauth2-conversion-failure.en.must
blob: e117f5de635f16e34f4896acb29b555bff1a17ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>502: Failed to convert KYC data into internal format</title>
</head>
<body>
  The KYC backend returned a response which we then failed
  to convert into our internal format.
<pre>
<!-- Taler Error code --> {{ code }}:
<!-- Taler EC hint --> {{ hint }}
</pre>
<p>
  <!-- human-readable message --> {{ message}}
</p>
<p>
  Converter command used was: &quot;{{ converter }}&quot;
</p>
<p>
  Converter JSON output:
<pre>
  <!-- true if we are in debug mode --> {{ debug }}
  <!-- optional: attributes returned by script
       (note: may contain user's private information) --> {{ attributes }}
</pre>
</p>
</pre>
</body>
</html>